Version number increase + boot LED debug reverted

This commit is contained in:
Jan Käberich 2022-10-01 23:27:03 +02:00
parent 101819fd36
commit 63ebbf8348
11 changed files with 65 additions and 19 deletions

View file

@ -119,7 +119,6 @@ inline void App_Init() {
inline void App_Process() {
while(1) {
uint32_t notification;
LED::Toggle();
if(xTaskNotifyWait(0x00, UINT32_MAX, &notification, 100) == pdPASS) {
// something happened
if(notification & FLAG_USB_PACKET) {