File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ int main(void) {
4949
5050 InitializeSystem ();
5151
52- println_I ("Stack initialized" );
52+ // println_I("Stack initialized");
5353 while (1 ) {
5454
5555 if (getVendorCode () != 0x1E ) {
@@ -58,7 +58,7 @@ int main(void) {
5858 BlinkUSBStatus ();
5959 Bowler_Server (& BootloaderPacket , true);
6060 if ((isPressed () || getBootloaderResetFlag ())) {
61- println_E ("Rebooting " ); p_int_E (isPressed ());print_E (", " );p_int_E (getBootloaderResetFlag ());
61+ // println_E("Rebooting "); p_int_E(isPressed());print_E(", ");p_int_E(getBootloaderResetFlag());
6262 U1CON = 0x0000 ;
6363 DelayMs (100 );
6464 Reset ();
@@ -82,7 +82,7 @@ void InitializeSystem(void) {
8282 //println_I("Seting BL version");
8383 //FlashSetBlRev(rev);
8484
85- println_I ("Adding Namespaces " );
85+ // println_I("Adding Namespaces ");
8686 addNamespaceToList (get_bcsBootloaderNamespace ());
8787 //getBcsRpcNamespace();
8888 //println_I("Namespaces added");
You can’t perform that action at this time.
0 commit comments