diff options
Diffstat (limited to 'software/pic.bootloader/generic-mainloop.inc')
-rw-r--r-- | software/pic.bootloader/generic-mainloop.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/software/pic.bootloader/generic-mainloop.inc b/software/pic.bootloader/generic-mainloop.inc index 1cecf3a..0623446 100644 --- a/software/pic.bootloader/generic-mainloop.inc +++ b/software/pic.bootloader/generic-mainloop.inc @@ -115,7 +115,7 @@ cmd_identify movf combuff,w call com_tx_byte - movlw .20 + movlw .18 call com_tx_byte movlw E_OK @@ -155,11 +155,6 @@ cmd_identify movlw CFG call com_tx_byte - movlw SUPPORTED_L - call com_tx_byte - movlw SUPPORTED_H - call com_tx_byte - movf csum,w call com_tx_byte goto wait_new_cmd |