X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2Fextra%2FNetProgM.nc;h=478bad262cde8339f8da0ba8e4d749db98265993;hb=58ade51c5d838097ffb691a7da6e72f1439cdf32;hp=ad39d2542e0d6eb61aa8472e8f2ef4b76a21b5ff;hpb=85122e46c34408511ad13ef716c2b8a152c9d612;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/extra/NetProgM.nc b/tos/lib/net/Deluge/extra/NetProgM.nc index ad39d254..478bad26 100644 --- a/tos/lib/net/Deluge/extra/NetProgM.nc +++ b/tos/lib/net/Deluge/extra/NetProgM.nc @@ -90,6 +90,7 @@ implementation { bootArgs.imageAddr = imgAddr; bootArgs.gestureCount = 0xff; bootArgs.noReprogram = FALSE; + bootArgs.address = TOS_NODE_ID; call IFlash.write((uint8_t*)TOSBOOT_ARGS_ADDR, &bootArgs, sizeof(bootArgs));