Changeset 285
- Timestamp:
- 10/20/2007 11:10:33 AM (4 years ago)
- Location:
- nano-RK
- Files:
-
- 2 edited
-
include/platform.mk (modified) (1 diff)
-
src/kernel/source/nrk_error.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nano-RK/include/platform.mk
r222 r285 48 48 endif 49 49 50 ifeq ($(PLATFORM_TYPE),tmote) 51 # tmote Architecture specific includes should go here... 52 # Notice that this sets architecture path, the mcu type and the radio 53 PROG_TYPE = msp430-bsl 54 MCU = msp430x1611 55 RADIO = cc2420 56 PLATFORM_FOUND = true 57 endif 50 58 51 -
nano-RK/src/kernel/source/nrk_error.c
r235 r285 75 75 { 76 76 int8_t t; 77 PGM_P p;78 77 if (error_num == 0) 79 78 return 0;
Note: See TracChangeset
for help on using the changeset viewer.
