pinephone-nuttx/test/nuttx/config.h
2022-12-23 11:29:16 +08:00

16 lines
277 B
C

#include <stdbool.h>
#include <stdio.h>
#define ARM64_DMB()
#define ARM64_DSB()
#define ARM64_ISB()
#define CONFIG_FB_OVERLAY y
#define CONFIG_BOARD_LOOPSPERMSEC 116524
#define DEBUGASSERT assert
#define DEBUGPANIC() assert(false)
#define ERROR -1
#define FAR
#define OK 0