X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ssr%2FSrc%2Fmain.c;h=cc6e3636777405c8354cda4ae8cee2e8922e0f86;hb=5aea63d91caa902f9213e0abf681b264188f9774;hp=3a3f0341944cb5ab0e841951b74bae71c0ea5633;hpb=76c96139bd9ce06554117a350f5de0000393c466;p=home-hw.git diff --git a/ssr/Src/main.c b/ssr/Src/main.c index 3a3f034..cc6e363 100644 --- a/ssr/Src/main.c +++ b/ssr/Src/main.c @@ -174,7 +174,9 @@ int main(void) usb_ep_receive(&usb, 0x01, rx_packet, 64); } - // debug_printf("Counter = %d\n", cnt); + static int cnt; + debug_printf("Counter = %d\n", cnt); + cnt++; //__WFI(); LL_mDelay(1000);