X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2FDelugeP.nc;h=e5dc2efa62722082bf6d277096b649c26e086ec8;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=f2df208fe73cafde10b1cdfe5ae0850454d66864;hpb=e014c5d251e1706ee383c01597ed49173c00c8f3;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/DelugeP.nc b/tos/lib/net/Deluge/DelugeP.nc index f2df208f..e5dc2efa 100644 --- a/tos/lib/net/Deluge/DelugeP.nc +++ b/tos/lib/net/Deluge/DelugeP.nc @@ -153,7 +153,7 @@ implementation event void DelugeMetadata.readDone(uint8_t imgNum, DelugeIdent* ident, error_t error) { -// printf("readDone 0x%lx imgNum: %d size: %u\n", lastCmd.uidhash, lastCmd.imgNum, lastCmd.size); +// printf("readDone 0x%lx imgNum: %d size: %lu\n", lastCmd.uidhash, lastCmd.imgNum, lastCmd.size); if (ident->uidhash == lastCmd.uidhash) { if (lastCmd.type == DELUGE_CMD_DISSEMINATE_AND_REPROGRAM) { call NetProg.programImageAndReboot(call StorageMap.getPhysicalAddress[imgNum](0));