summaryrefslogtreecommitdiff
path: root/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2016-12-01 13:46:44 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2016-12-01 13:46:44 -0800
commitf4a1da4be901aaa880d7be80d8a24238382b4e09 (patch)
tree4420b50750b43a290cdbbd83171867b9933c341b /atmel-samd/boards/feather_m0_basic/mpconfigboard.h
parent8ef0dd095a5178babb75e48779a359abbf759ffa (diff)
atmel-samd: Only include bitbangio on boards with flash.
Diffstat (limited to 'atmel-samd/boards/feather_m0_basic/mpconfigboard.h')
-rw-r--r--atmel-samd/boards/feather_m0_basic/mpconfigboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atmel-samd/boards/feather_m0_basic/mpconfigboard.h b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
index 6fd7241eb..3dc84dddc 100644
--- a/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
+++ b/atmel-samd/boards/feather_m0_basic/mpconfigboard.h
@@ -9,3 +9,5 @@
#define AUTORESET_DELAY_MS 500
#include "internal_flash.h"
+
+#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000)