From 821873acacd77139bc77a48f1f31631a474e3026 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 29 Dec 2009 17:38:40 +0100 Subject: Add initial version of an spi.h header file. So far, it contains the SPI register definitions and some bit definitions of control register 1 (CR1). --- include/libopenstm32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libopenstm32.h') diff --git a/include/libopenstm32.h b/include/libopenstm32.h index c7ac28a..d27555d 100644 --- a/include/libopenstm32.h +++ b/include/libopenstm32.h @@ -26,5 +26,6 @@ #include #include #include +#include #endif -- cgit v1.2.3