aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards/pca10028
diff options
context:
space:
mode:
authorGlenn Ruben Bakke2018-04-10 20:06:36 +0200
committerDamien George2018-07-18 17:12:26 +1000
commit72aacef02e47a634867c41e50fea568c3ea7c574 (patch)
treeee9b7536c01d0c0222064bcbd0ad8f3bc14f742e /ports/nrf/boards/pca10028
parent65f8d9a6438caf18b75b43ffe00672347411b2cc (diff)
nrf/boards: Remove unused defines from board config headers
Diffstat (limited to 'ports/nrf/boards/pca10028')
-rw-r--r--ports/nrf/boards/pca10028/mpconfigboard.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/nrf/boards/pca10028/mpconfigboard.h b/ports/nrf/boards/pca10028/mpconfigboard.h
index 44334af3c..5c9b7a32f 100644
--- a/ports/nrf/boards/pca10028/mpconfigboard.h
+++ b/ports/nrf/boards/pca10028/mpconfigboard.h
@@ -24,8 +24,6 @@
* THE SOFTWARE.
*/
-#define PCA10028
-
#define MICROPY_HW_BOARD_NAME "PCA10028"
#define MICROPY_HW_MCU_NAME "NRF51822"
#define MICROPY_PY_SYS_PLATFORM "nrf51-DK"
@@ -39,19 +37,6 @@
#define MICROPY_PY_MACHINE_TEMP (1)
#define MICROPY_HW_HAS_LED (1)
-#define MICROPY_HW_HAS_SWITCH (0)
-#define MICROPY_HW_HAS_FLASH (0)
-#define MICROPY_HW_HAS_SDCARD (0)
-#define MICROPY_HW_HAS_MMA7660 (0)
-#define MICROPY_HW_HAS_LIS3DSH (0)
-#define MICROPY_HW_HAS_LCD (0)
-#define MICROPY_HW_ENABLE_RNG (0)
-#define MICROPY_HW_ENABLE_RTC (0)
-#define MICROPY_HW_ENABLE_TIMER (0)
-#define MICROPY_HW_ENABLE_SERVO (0)
-#define MICROPY_HW_ENABLE_DAC (0)
-#define MICROPY_HW_ENABLE_CAN (0)
-
#define MICROPY_HW_LED_COUNT (4)
#define MICROPY_HW_LED_PULLUP (1)