We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb04d58 commit ff2b297Copy full SHA for ff2b297
minimal.h
@@ -0,0 +1,10 @@
1
+#include <limits.h>
2
+#include <stdint.h>
3
+
4
+#define MY_USHORT (unsigned short) ULONG_MAX
5
6
+typedef unsigned long TickType_t;
7
+#define portMAX_DELAY (TickType_t) ULONG_MAX
8
+const TickType_t __portMAX_DELAY = portMAX_DELAY;
9
10
0 commit comments