aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/PAL/mcuconf.h
diff options
context:
space:
mode:
authorKonstantin K. Oblaukhov <oblaukhov@sl.iae.nsk.su>2019-04-09 13:40:54 +0700
committerKonstantin K. Oblaukhov <oblaukhov@sl.iae.nsk.su>2019-04-09 15:16:36 +0700
commit6dc1071c9f5f470dc4956ce78d59040499b76e07 (patch)
tree8a1cb5537963be04056e3292898d3291e73d3459 /testhal/NRF51/NRF51822/PAL/mcuconf.h
parenta9b84aa0361442234a9c664dd06c97b6587e9d8c (diff)
downloadChibiOS-Contrib-6dc1071c9f5f470dc4956ce78d59040499b76e07.tar.gz
ChibiOS-Contrib-6dc1071c9f5f470dc4956ce78d59040499b76e07.tar.bz2
ChibiOS-Contrib-6dc1071c9f5f470dc4956ce78d59040499b76e07.zip
EXT test rewritten.
Add default value for NRF5_PAL_PAD_TO_EVENT macro.
Diffstat (limited to 'testhal/NRF51/NRF51822/PAL/mcuconf.h')
-rw-r--r--testhal/NRF51/NRF51822/PAL/mcuconf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/PAL/mcuconf.h b/testhal/NRF51/NRF51822/PAL/mcuconf.h
new file mode 100644
index 0000000..f3a0d85
--- /dev/null
+++ b/testhal/NRF51/NRF51822/PAL/mcuconf.h
@@ -0,0 +1,24 @@
+/*
+ Copyright (C) 2015 Stephen Caudle
+
+ 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_
+
+/*
+ * NRF51 driver settings.
+ */
+
+#endif /* _MCUCONF_H_ */