mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-13 13:18:34 +08:00
16 lines
277 B
C
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
|