comparison Output/usbMuxUart/output_com.c @ 385:d8f61e15aca1

Adding jump to bootloader key - Now enabled by default - Added protection around remote jumps
author Jacob Alexander <haata@kiibohd.com>
date Sun, 11 Oct 2015 22:07:11 -0700
parents 39e338a6733d
children 23a1868b4ac2
comparison
equal deleted inserted replaced
384:82ce1988fefe 385:d8f61e15aca1
493 void Output_flashMode_capability( uint8_t state, uint8_t stateType, uint8_t *args ) 493 void Output_flashMode_capability( uint8_t state, uint8_t stateType, uint8_t *args )
494 { 494 {
495 // Display capability name 495 // Display capability name
496 if ( stateType == 0xFF && state == 0xFF ) 496 if ( stateType == 0xFF && state == 0xFF )
497 { 497 {
498 print("Output_flashMode(usbCode)"); 498 print("Output_flashMode()");
499 return; 499 return;
500 } 500 }
501 501
502 // Start flash mode 502 // Start flash mode
503 Output_firmwareReload(); 503 Output_firmwareReload();