From 59c1c40e2c14c062cfe24c5eac3599cd8cca0c79 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Tue, 27 Sep 2011 17:18:15 -0700 Subject: [PATCH] Fixing some header references --- lib/stm32f1/scb.c | 2 +- lib/usb/usb_f103.c | 2 +- lib/usb/usb_f107.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/stm32f1/scb.c b/lib/stm32f1/scb.c index dfee6c37..54c57764 100644 --- a/lib/stm32f1/scb.c +++ b/lib/stm32f1/scb.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include void scb_reset_core(void) { diff --git a/lib/usb/usb_f103.c b/lib/usb/usb_f103.c index 594d3c6b..274d4e9a 100644 --- a/lib/usb/usb_f103.c +++ b/lib/usb/usb_f103.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include #include #include #include diff --git a/lib/usb/usb_f107.c b/lib/usb/usb_f107.c index 134b728b..65c76b49 100644 --- a/lib/usb/usb_f107.c +++ b/lib/usb/usb_f107.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include #include #include #include