arm/stm32f4/include/bsp.h: Do not include <rtems/clockdrv.h>

This commit is contained in:
Joel Sherrill
2016-03-25 10:45:01 -05:00
parent 7f21dacf33
commit c40f81d41e

View File

@@ -33,7 +33,6 @@
#include <rtems.h> #include <rtems.h>
#include <rtems/console.h> #include <rtems/console.h>
#include <rtems/clockdrv.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {