Skip to content

Commit cdcc9c6

Browse files
committed
Code tidy.
1 parent 9a15de9 commit cdcc9c6

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_NXP/TARGET_LPC176X/device

1 file changed

+4
-4
lines changed

targets/TARGET_NXP/TARGET_LPC176X/device/CRP.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616
#if !defined(BOOTLOADER_ADDR) // do not include CRP if there is a bootloader.
17-
#if defined (__ICCARM__)
18-
const long CRP_Key @0x000002FC = 0xFFFFFFFF;
19-
#else
20-
const long CRP_Key __attribute__((section(".ARM.__at_0x000002FC "))) = 0xFFFFFFFF;
17+
#if defined (__ICCARM__)
18+
const long CRP_Key @0x000002FC = 0xFFFFFFFF;
19+
#else
20+
const long CRP_Key __attribute__((section(".ARM.__at_0x000002FC "))) = 0xFFFFFFFF;
2121
#endif
2222
#endif

0 commit comments

Comments
 (0)