diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/AVR/st_lld.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/st_lld.h b/os/hal/ports/AVR/st_lld.h index eccc9bfde..871d5ca4a 100644 --- a/os/hal/ports/AVR/st_lld.h +++ b/os/hal/ports/AVR/st_lld.h @@ -27,9 +27,6 @@ #ifndef _ST_LLD_H_
#define _ST_LLD_H_
-#include "mcuconf.h"
-#include "avr_timers.h"
-
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
|