LPC812 sector size flash write sample code
Fork of IAP_internal_flash_write by
Revision 9:d5a8fd977fbc, committed 2018-08-15
- Comitter:
- okano
- Date:
- Wed Aug 15 05:33:27 2018 +0000
- Parent:
- 8:2592da51b781
- Commit message:
- fixed: string in last line was not printed in last "memdump" function.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2592da51b781 -r d5a8fd977fbc main.cpp --- a/main.cpp Wed Aug 15 03:25:00 2018 +0000 +++ b/main.cpp Wed Aug 15 05:33:27 2018 +0000 @@ -92,7 +92,7 @@ printf( " 0x%08X", *p ); } - printf( "\r\n" ); + printf( " : %s\r\n", s ); }