Changeset 568
- Timestamp:
- 05/03/08 15:24:30 (2 weeks ago)
- Files:
-
- nano-RK/tools/EEPROM_mac_set/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nano-RK/tools/EEPROM_mac_set/main.c
r531 r568 4 4 5 5 #define PAGESIZE 256 6 #define MAX_LOAD_SECTION_SIZE ((4 0*1024) -1)6 #define MAX_LOAD_SECTION_SIZE ((48*1024) -1) 7 7 8 8 unsigned char load_section[MAX_LOAD_SECTION_SIZE];
