blob: 6b38e9b757b1ea019b1934e0d5209bb254966e96 [file] [log] [blame]
#pragma once
#include <stdbool.h>
#include <stdint.h>
#define UNUSED_ATTR __attribute__((unused))
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
typedef uint32_t timeout_t;