From 229fd5405eef950e60cae3b6f446c146f38a2e13 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 3 Dec 2011 19:47:07 +0100 Subject: Moved FLASH and RCC register definitions into own headers. --- hal/usart.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hal/usart.h') diff --git a/hal/usart.h b/hal/usart.h index 484d89e..78a28dc 100644 --- a/hal/usart.h +++ b/hal/usart.h @@ -1,6 +1,7 @@ #ifndef USART_H #define USART_H +#include "rcc.h" #include "stm32.h" #include "interrupt.h" #include "thread.h" -- cgit v1.2.3