summaryrefslogtreecommitdiffstats
path: root/firmware/tests/fake/fake.h
blob: 02eb16a5f1283a0959d62dd04eee7a58976a9912 (plain)
1
2
3
4
5
#include <stdint.h>

/* This __(u)int24 is 32 bits wide. This might cause problems. */
typedef uint32_t __uint24;
typedef int32_t __int24;
bues.ch cgit interface