From 92f7f3ec47469ae302e1cb5abaa772d46247eae1 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 18 Oct 2007 09:45:10 +0000 Subject: [PATCH] Add USART reg. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@894 38d2e660-2303-0410-9eaa-f027e97ec537 --- cpu/arm/io/at91sam7s.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/arm/io/at91sam7s.h b/cpu/arm/io/at91sam7s.h index b77e2267..24e9580e 100644 --- a/cpu/arm/io/at91sam7s.h +++ b/cpu/arm/io/at91sam7s.h @@ -109,6 +109,7 @@ #include "at91_wdt.h" #include "at91_rstc.h" #include "at91_pio.h" +#include "at91_ser.h" //TODO: add other peripherals /** Peripheral Identifiers and Interrupts */ -- 2.25.1