Project

General

Profile

Revision 209

Added by Kevin Woo about 14 years ago

Restored reset to pristine state, fixed a bug in the error case for the bootloader

View differences:

packet.c
118 118
       
119 119
        case cs:
120 120
            if (r == crc) {
121
                if (cmd == TT_RESET) {
122
                    reset();
123
                }
121 124
                return cmd;
122 125
            } else {
123 126
                return TT_BAD;

Also available in: Unified diff