aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorStephen Caudle <stephen@caudle.info>2015-07-27 22:21:10 -0400
committerStephen Caudle <stephen@caudle.info>2015-08-09 17:18:46 -0400
commit2ca7c909174358bedc4f20ce430f4fc1e6d102f4 (patch)
tree84d2e620e98039c3c954edb9fa7b38f0f83fba3b /os/hal/boards
parentf98110c6f46d2ce255d91c3500105d90a3807445 (diff)
downloadChibiOS-Contrib-2ca7c909174358bedc4f20ce430f4fc1e6d102f4.tar.gz
ChibiOS-Contrib-2ca7c909174358bedc4f20ce430f4fc1e6d102f4.tar.bz2
ChibiOS-Contrib-2ca7c909174358bedc4f20ce430f4fc1e6d102f4.zip
Add EXT driver for nRF51
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/WVSHARE_BLE400/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h
index 189010c..0a93c20 100644
--- a/os/hal/boards/WVSHARE_BLE400/board.h
+++ b/os/hal/boards/WVSHARE_BLE400/board.h
@@ -25,6 +25,8 @@
#define XTAL_VALUE 16000000
/* GPIO pins. */
+#define KEY1 16
+#define KEY2 17
#define LED0 18
#define LED1 19
#define LED2 20