Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 25, 2023
1 parent cc40921 commit 1ea3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/PUCKJS_MINIMAL.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'saved_code' : {
'address' : ((118 - 24) * 4096), # Bootloader takes pages 120-127, FS takes 118-119
'page_size' : 4096,
'pages' : 24, # 98kB
'pages' : 24, # 96kB
'flash_available' : 512 - ((31 + 8 + 2 + 24)*4) # Softdevice uses 31 pages of flash, bootloader 8, FS 2, code 24. Each page is 4 kb.
},
};
Expand Down

0 comments on commit 1ea3813

Please sign in to comment.