Changeset 570
- Timestamp:
- 05/03/08 15:28:39 (2 weeks ago)
- Files:
-
- nano-RK/projects/SAMPL/client/phoenix/nanopatch.c (modified) (3 diffs)
- nano-RK/projects/SAMPL/client/phoenix/phoenix.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nano-RK/projects/SAMPL/client/phoenix/nanopatch.c
r533 r570 3 3 #include <avr/interrupt.h> 4 4 #include <nrk_eeprom.h> 5 #include <avr/wdt.h> 5 6 #include "bootloader.h" 6 7 #include "globals.h" … … 81 82 82 83 cli(); 84 wdt_disable(); 83 85 84 86 ffseek(0, NEWFILE); … … 89 91 { 90 92 // For boundary condition 91 93 92 94 if((pat <= ee_update_section_byte_size) && (pat_wait == 0)) 93 95 { nano-RK/projects/SAMPL/client/phoenix/phoenix.c
r533 r570 210 210 else 211 211 nrk_kprintf(PSTR("Error: Page Number/Page Offset Mismatch\r\n")); 212 213 212 needReply = FALSE; 214 213 break;
