Skip to content

Commit

Permalink
Test header.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Sep 9, 2022
1 parent 3c1ed05 commit 63cb97e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions minimal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <limits.h>
#include <stdint.h>

#define MY_USHORT (unsigned short) ULONG_MAX

typedef unsigned long TickType_t;
#define portMAX_DELAY (TickType_t) ULONG_MAX
const TickType_t __portMAX_DELAY = portMAX_DELAY;

0 comments on commit 63cb97e

Please sign in to comment.