From 56891fe7f27abebf3f4294afb824ddd7950bca42 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 17 Jul 2019 11:36:18 +0200 Subject: [PATCH] cpu/sam0: update doc.txt with new MCU families --- cpu/sam0_common/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/sam0_common/doc.txt b/cpu/sam0_common/doc.txt index f1bff6690f..c4d67e31b8 100644 --- a/cpu/sam0_common/doc.txt +++ b/cpu/sam0_common/doc.txt @@ -4,5 +4,5 @@ * @brief Atmel SAM0 common * * This module contains all common code and definition to all Atmel SAM0 cpu - * families supported by RIOT: @ref cpu_samd21, @ref cpu_saml21. - */ \ No newline at end of file + * families supported by RIOT: @ref cpu_samd21, @ref cpu_saml21, @ref cpu_saml1x, @ref cpu_samd5x. + */