code cleanup
This commit is contained in:
parent
e4bc705f04
commit
d147059531
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void setup()
|
|||
void core1_main()
|
||||
{
|
||||
flash_safe_execute_core_init();
|
||||
printf("Hello from core1!\n");
|
||||
|
||||
KeyerQueueData data;
|
||||
queue_remove_blocking(&keyerQueue, &data);
|
||||
|
||||
|
|
Loading…
Reference in a new issue