diff options
Diffstat (limited to 'os/hal/templates/hal_lld.h')
-rw-r--r-- | os/hal/templates/hal_lld.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index 054189d63..35e02490b 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -27,8 +27,6 @@ #ifndef _HAL_LLD_H_
#define _HAL_LLD_H_
-#include "avr/io.h"
-
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
|