diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 07:36:02 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 07:36:02 +0000 |
commit | 32868225ce0e9ca493c79fd802ff633d00ceb24a (patch) | |
tree | 8f86c379aed41832f2ff644c2a3c4c091361fe49 /testhal/STM32/STM32F4xx/USB_CDC_IAD | |
parent | aed82faf72f86bfdca6568102953239116ba90c1 (diff) | |
download | ChibiOS-32868225ce0e9ca493c79fd802ff633d00ceb24a.tar.gz ChibiOS-32868225ce0e9ca493c79fd802ff633d00ceb24a.tar.bz2 ChibiOS-32868225ce0e9ca493c79fd802ff633d00ceb24a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9203 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_CDC_IAD')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC_IAD/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_CDC_IAD/main.c b/testhal/STM32/STM32F4xx/USB_CDC_IAD/main.c index 6519e845b..6521c1ded 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC_IAD/main.c +++ b/testhal/STM32/STM32F4xx/USB_CDC_IAD/main.c @@ -19,7 +19,6 @@ #include "ch.h"
#include "hal.h"
-#include "test.h"
#include "shell.h"
#include "chprintf.h"
|