Skip to content

Commit b6c601b

Browse files
committed
Adding compile time warning that this library only supports C33.
1 parent 3e947ae commit b6c601b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/Arduino_FreeRTOS/src/Arduino_FreeRTOS.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
#pragma once
1212

13+
#ifndef ARDUINO_PORTENTA_H33
14+
# error "FreeRTOS is currently only supported for the Portenta C33."
15+
#endif
16+
1317
#ifdef __cplusplus
1418
extern "C" {
1519
#endif

0 commit comments

Comments
 (0)