cmake magic
This commit is contained in:
parent
df85ca4267
commit
6f51f5e962
4 changed files with 20 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "keyer.h"
|
||||
#include "settings.h"
|
||||
#include <config.h>
|
||||
#include "tusb_config.h"
|
||||
|
||||
namespace
|
||||
|
@ -199,7 +200,7 @@ int main()
|
|||
board_init();
|
||||
tud_init(BOARD_TUD_RHPORT);
|
||||
|
||||
printf("Hello from core0!\n");
|
||||
printf("RaspiKeyer Version %s\n", PROJECT_VERSION);
|
||||
|
||||
queue_init(&keyerQueue, sizeof(KeyerQueueData), 2);
|
||||
multicore_reset_core1();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue