diff options
Diffstat (limited to 'wirish/boards/maple.h')
-rw-r--r-- | wirish/boards/maple.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wirish/boards/maple.h b/wirish/boards/maple.h index bfa9bc2..e26de99 100644 --- a/wirish/boards/maple.h +++ b/wirish/boards/maple.h @@ -30,8 +30,6 @@ * @brief Private include file for Maple in boards.h */ -#include "wirish_types.h" - #ifndef _BOARD_MAPLE_H_ #define _BOARD_MAPLE_H_ @@ -79,9 +77,7 @@ * these are just BOARD_LED_PIN and BOARD_BUTTON_PIN. */ #define BOARD_NR_USED_PINS 7 -/* - * Debug port pins - */ +/* Debug port pins */ #define BOARD_JTMS_SWDIO_PIN 39 #define BOARD_JTCK_SWCLK_PIN 40 #define BOARD_JTDI_PIN 41 |