Skip to content

Commit 636c1b3

Browse files
committed
CRP can now be enabled through a macro in mbed_app such as
"macros": [ "CRP=CRP_NONE" ]
1 parent bac39ec commit 636c1b3

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_NXP/TARGET_LPC176X/device

1 file changed

+2
-0
lines changed

targets/TARGET_NXP/TARGET_LPC176X/device/CRP.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ performed on the device.
4747
#define CRP_2 0x87654321
4848
#define CRP_3 0x43218765
4949

50+
#ifndef CRP
5051
#define CRP CRP_NONE
52+
#endif
5153

5254
#if defined (__ICCARM__)
5355
__root const long CRP_Key@APPLICATION_ADDR + 0x000002FC = CRP;

0 commit comments

Comments
 (0)