mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Version number increase + boot LED debug reverted
This commit is contained in:
parent
101819fd36
commit
63ebbf8348
11 changed files with 65 additions and 19 deletions
|
|
@ -119,7 +119,6 @@ inline void App_Init() {
|
|||
inline void App_Process() {
|
||||
while(1) {
|
||||
uint32_t notification;
|
||||
LED::Toggle();
|
||||
if(xTaskNotifyWait(0x00, UINT32_MAX, ¬ification, 100) == pdPASS) {
|
||||
// something happened
|
||||
if(notification & FLAG_USB_PACKET) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue