aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-05 18:58:31 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-05 18:58:31 +0100
commita3a0be11dc5a81a36fb2b36b37780ea5d733d9fe (patch)
tree42aed21351e5f34e25efec83f70a9e5ffb201901 /os/hal/boards
parent5af8452153646009731c11dd92a8634695b60d55 (diff)
downloadChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.tar.gz
ChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.tar.bz2
ChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.zip
moved from HFCLK TIMER to RTC LFCLK
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/NRF51-DK/board.h2
-rw-r--r--os/hal/boards/WVSHARE_BLE400/board.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/NRF51-DK/board.h b/os/hal/boards/NRF51-DK/board.h
index 5e0c738..abd8f7a 100644
--- a/os/hal/boards/NRF51-DK/board.h
+++ b/os/hal/boards/NRF51-DK/board.h
@@ -22,7 +22,7 @@
#define BOARD_NAME "nRF51 DK"
/* Board oscillators-related settings. */
-#define XTAL_VALUE 16000000
+#define NRF51_XTAL_VALUE 16000000
/* GPIO pins. */
#define BTN1 17
diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h
index 57578b5..536b7f6 100644
--- a/os/hal/boards/WVSHARE_BLE400/board.h
+++ b/os/hal/boards/WVSHARE_BLE400/board.h
@@ -22,7 +22,7 @@
#define BOARD_NAME "WvShare BLE400"
/* Board oscillators-related settings. */
-#define XTAL_VALUE 16000000
+#define NRF51_XTAL_VALUE 16000000
/* GPIO pins. */
#define KEY1 16