1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #1981 from locicontrols/update-cca

boards/cc2538dk: allow the application's makefile to override UPDATE_CCA
This commit is contained in:
Thomas Eichinger 2014-11-11 16:05:31 +01:00
commit 290ff80677

View File

@ -81,7 +81,11 @@ extern "C" {
* @name Flash Customer Configuration Area (CCA) parameters
* @{
*/
#ifndef UPDATE_CCA
#define UPDATE_CCA 1
#endif
#define CCA_BACKDOOR_ENABLE 1
#define CCA_BACKDOOR_PORT_A_PIN 3 /**< Select button */
#define CCA_BACKDOOR_ACTIVE_LEVEL 0 /**< Active low */