Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DirectoryList MODSERIAL mbed
Fork of ika_shouyu_poppoyaki by
Diff: writing.h
- Revision:
- 47:e7d395119a63
- Parent:
- 29:96e28bc1bd99
--- a/writing.h Wed Dec 10 09:42:12 2014 +0000 +++ b/writing.h Tue Jan 06 11:05:29 2015 +0000 @@ -1,7 +1,7 @@ #include "target_table.h" -int write_flash( FILE *fp, target_param *tpp, int *transferred_size ); +int write_flash( FILE *fp, target_param *tpp, int *transferred_size, int file_size ); void add_isp_checksum( char *b ); int post_writing_process( target_param *tpp );
