Skip to content

Commit c9a2b65

Browse files
committed
Disable compilation error for FreeRTOS on R4 WiFi/Minima since we do support them now.
1 parent fd4afd9 commit c9a2b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#pragma once
1212

13-
#ifndef ARDUINO_PORTENTA_H33
14-
# error "FreeRTOS is currently only supported for the Portenta C33."
13+
#if !defined(ARDUINO_PORTENTA_H33) && !defined(ARDUINO_SANTIAGO) && !defined(ARDUINO_SANTIAGO_COMPOSTA)
14+
# error "FreeRTOS is currently only supported for the Portenta C33, Arduino Uno R4 Minima and Arduino Uno R4 WiFi."
1515
#endif
1616

1717
#ifdef __cplusplus

0 commit comments

Comments
 (0)