diff options
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/PJRC_TEENSY_LC/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/boards/PJRC_TEENSY_LC/board.c b/os/hal/boards/PJRC_TEENSY_LC/board.c index 31c3ca4..ab321b8 100644 --- a/os/hal/boards/PJRC_TEENSY_LC/board.c +++ b/os/hal/boards/PJRC_TEENSY_LC/board.c @@ -14,7 +14,6 @@ limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
|