Skip to content

Commit 117ce05

Browse files
committed
Revert "Provide FreeRTOS hook only for PortentaC33"
This reverts commit acb578e.
1 parent 135fffc commit 117ce05

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ portenta_c33.build.fpu=-mfpu=fpv5-sp-d16
1212
portenta_c33.build.float-abi=-mfloat-abi=hard
1313

1414
portenta_c33.build.board=PORTENTA_C33
15-
portenta_c33.build.defines=-DF_CPU=200000000 -DPROVIDE_FREERTOS_HOOK
15+
portenta_c33.build.defines=-DF_CPU=200000000
1616
portenta_c33.vid.0=0x2341
1717
portenta_c33.pid.0=0x0068
1818
portenta_c33.vid.1=0x2341

cores/arduino/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ void arduino_main(void)
113113
#endif
114114
startAgt();
115115
setup();
116-
#ifdef PROVIDE_FREERTOS_HOOK
117116
start_freertos_on_header_inclusion();
118-
#endif
119117
while (1)
120118
{
121119
loop();

0 commit comments

Comments
 (0)