We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd258cd commit 4a29ecfCopy full SHA for 4a29ecf
minimal.h
@@ -0,0 +1,8 @@
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;
0 commit comments