Skip to content

Commit

Permalink
Merge pull request #1981 from locicontrols/update-cca
Browse files Browse the repository at this point in the history
boards/cc2538dk: allow the application's makefile to override UPDATE_CCA
  • Loading branch information
thomaseichinger committed Nov 11, 2014
2 parents ee3e9dd + 93290dd commit 290ff80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/cc2538dk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 290ff80

Please sign in to comment.