aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards/maple.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-01 09:38:39 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-01 09:38:39 -0400
commitea5538b23ac066187635b1e34e620b445562d21e (patch)
treeaaa7c4f52ac3de99973f553d6fa82cb9d58ba87a /wirish/boards/maple.h
parent5338a153bfcd46e71f7b5d13c30f4ca482d5ee87 (diff)
downloadlibrambutan-ea5538b23ac066187635b1e34e620b445562d21e.tar.gz
librambutan-ea5538b23ac066187635b1e34e620b445562d21e.zip
wirish/boards: Move includes into .cpp files.
The headers just #define some numbers, so there's no need for them to be including libmaple headers.
Diffstat (limited to 'wirish/boards/maple.h')
-rw-r--r--wirish/boards/maple.h6
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