Skip to content

Commit 4a29ecf

Browse files
committed
Test header.
1 parent dd258cd commit 4a29ecf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

minimal.h

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)