Skip to content

Commit

Permalink
first working osek multicore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalandi committed Oct 12, 2024
1 parent f5b61f1 commit 37ff422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Appli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void main_Core1(void)
RP2350_MulticoreSync((uint32_t)HW_PER_SIO->CPUID.reg);

/* start the OS */
//OS_StartOS(APP_MODE_DEFAULT);
OS_StartOS(APP_MODE_DEFAULT);

while(1)
{
Expand Down

0 comments on commit 37ff422

Please sign in to comment.