Skip to content

Commit 56777ab

Browse files
chrissnowadbridge
authored andcommitted
Code tidy
1 parent 1e454c4 commit 56777ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_NXP/TARGET_LPC176X/device/flash_api.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ struct sIAP { // IAP Structure
5454
* Return Value: Sector Number
5555
*/
5656

57-
unsigned long GetSecNum (unsigned long address) {
57+
unsigned long GetSecNum (unsigned long address)
58+
{
5859
unsigned long n;
5960

6061
n = address >> 12; // 4kB Sector

0 commit comments

Comments
 (0)