[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge
NetProgM.nc, 1.9, 1.10
Jonathan Hui
jwhui at users.sourceforge.net
Mon Jul 11 19:59:34 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockRead.nc, 1.3, NONE BlockStorage.h, 1.2,
NONE BlockStorageC.nc, 1.2, NONE BlockStorageM.nc, 1.4,
NONE BlockWrite.nc, 1.3, NONE FlashWP.nc, 1.3,
NONE FlashWPC.nc, 1.3, NONE FlashWPM.nc, 1.3,
NONE FormatStorage.nc, 1.2, NONE FormatStorageC.nc, 1.3,
NONE FormatStorageM.nc, 1.4, NONE HALSTM25P.h, 1.3,
NONE HALSTM25P.nc, 1.3, NONE HALSTM25PC.nc, 1.3,
NONE HALSTM25PM.nc, 1.5, NONE HPLSTM25P.nc, 1.3, NONE Mount.nc,
1.3, NONE SectorStorage.nc, 1.4, NONE Storage.h, 1.2,
NONE StorageManager.nc, 1.4, NONE StorageManagerC.nc, 1.3,
NONE StorageManagerM.nc, 1.9, NONE StorageRemap.nc, 1.3,
NONE Storage_chip.h, 1.2, NONE
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge DelugeM.nc, 1.24,
1.25 DelugeMsgs.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9622
Modified Files:
NetProgM.nc
Log Message:
- Fix placement of #endif that broke build for pc platform.
Index: NetProgM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/NetProgM.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NetProgM.nc 29 Jun 2005 21:08:15 -0000 1.9
--- NetProgM.nc 12 Jul 2005 02:59:32 -0000 1.10
***************
*** 126,133 ****
// reboot
NETPROG_ACTUAL_REBOOT();
- #endif
}
! // image is not complete or invalid, or metadata is not ready
return FAIL;
--- 126,133 ----
// reboot
NETPROG_ACTUAL_REBOOT();
}
+ #endif
! // couldn't reboot
return FAIL;
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockRead.nc, 1.3, NONE BlockStorage.h, 1.2,
NONE BlockStorageC.nc, 1.2, NONE BlockStorageM.nc, 1.4,
NONE BlockWrite.nc, 1.3, NONE FlashWP.nc, 1.3,
NONE FlashWPC.nc, 1.3, NONE FlashWPM.nc, 1.3,
NONE FormatStorage.nc, 1.2, NONE FormatStorageC.nc, 1.3,
NONE FormatStorageM.nc, 1.4, NONE HALSTM25P.h, 1.3,
NONE HALSTM25P.nc, 1.3, NONE HALSTM25PC.nc, 1.3,
NONE HALSTM25PM.nc, 1.5, NONE HPLSTM25P.nc, 1.3, NONE Mount.nc,
1.3, NONE SectorStorage.nc, 1.4, NONE Storage.h, 1.2,
NONE StorageManager.nc, 1.4, NONE StorageManagerC.nc, 1.3,
NONE StorageManagerM.nc, 1.9, NONE StorageRemap.nc, 1.3,
NONE Storage_chip.h, 1.2, NONE
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge DelugeM.nc, 1.24,
1.25 DelugeMsgs.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list