aboutsummaryrefslogtreecommitdiffstats
path: root/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-06-02 19:55:16 +0300
committerbarthess <barthess@yandex.ru>2015-06-02 19:55:16 +0300
commitfce100680ecae2d19d1c7fb05a769a1968ade733 (patch)
tree86b3c2ec9475350f36dff82b5ecc72db23c8359b /demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h
parente4c2e8adf8e1b7966545e01ec710575625f7c2e0 (diff)
parent06640e31ced8a273633937cbafa7b3b85c92406a (diff)
downloadChibiOS-Contrib-fce100680ecae2d19d1c7fb05a769a1968ade733.tar.gz
ChibiOS-Contrib-fce100680ecae2d19d1c7fb05a769a1968ade733.tar.bz2
ChibiOS-Contrib-fce100680ecae2d19d1c7fb05a769a1968ade733.zip
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h')
-rw-r--r--demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h
new file mode 100644
index 0000000..aaf9473
--- /dev/null
+++ b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h
@@ -0,0 +1,25 @@
+/*
+ Copyright (C) 2015 Fabio Utzig
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
+/*
+ * HAL driver system settings.
+ */
+#define NRF51_SERIAL_USE_UART0 TRUE
+
+#endif /* _MCUCONF_H_ */