diff options
author | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
commit | 2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83 (patch) | |
tree | 2918fd57c5907a1444cddcded16253b7f91f7af8 /testhal/NRF51/NRF51822/GPT/mcuconf.h | |
parent | 956134d0bae1f34088b222c63d22e3ae7c9ad4cf (diff) | |
parent | 2c7dc44fad1de5ff9ce449aeaf2ff94784d7807f (diff) | |
download | ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.gz ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.bz2 ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.zip |
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'testhal/NRF51/NRF51822/GPT/mcuconf.h')
-rw-r--r-- | testhal/NRF51/NRF51822/GPT/mcuconf.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/GPT/mcuconf.h b/testhal/NRF51/NRF51822/GPT/mcuconf.h new file mode 100644 index 0000000..7fd549f --- /dev/null +++ b/testhal/NRF51/NRF51822/GPT/mcuconf.h @@ -0,0 +1,26 @@ +/*
+ 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 system settings.
+ */
+#define NRF51_GPT_USE_TIMER1 TRUE
+#define NRF51_GPT_USE_TIMER2 TRUE
+
+#endif /* _MCUCONF_H_ */
|