Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 20 01:48:26 2013 +0000
Revision:
29:96e28bc1bd99
Parent:
26:a63e73885b21
Child:
47:e7d395119a63
parameter added to writing and verifying functions to report transferred size

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 24:9830b4f1207b 1 #include "target_table.h"
okano 24:9830b4f1207b 2
okano 24:9830b4f1207b 3
okano 29:96e28bc1bd99 4 int verify_flash( FILE *fp, target_param *tpp, int *transferred_size_p );
okano 26:a63e73885b21 5