We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4afd9 commit c9a2b65Copy full SHA for c9a2b65
libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h
@@ -10,8 +10,8 @@
10
11
#pragma once
12
13
-#ifndef ARDUINO_PORTENTA_H33
14
-# error "FreeRTOS is currently only supported for the Portenta C33."
+#if !defined(ARDUINO_PORTENTA_H33) && !defined(ARDUINO_SANTIAGO) && !defined(ARDUINO_SANTIAGO_COMPOSTA)
+# error "FreeRTOS is currently only supported for the Portenta C33, Arduino Uno R4 Minima and Arduino Uno R4 WiFi."
15
#endif
16
17
#ifdef __cplusplus
0 commit comments