mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-10 23:09:15 +00:00
refactor: add SYS_DEBUG_REPORT
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -674,6 +674,8 @@ typedef enum
|
|||||||
*/
|
*/
|
||||||
SYS_API_VERSION = 0,
|
SYS_API_VERSION = 0,
|
||||||
|
|
||||||
|
SYS_DEBUG_REPORT = 1,
|
||||||
|
|
||||||
/* I/O */
|
/* I/O */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -674,6 +674,8 @@ typedef enum
|
|||||||
*/
|
*/
|
||||||
SYS_API_VERSION = 0,
|
SYS_API_VERSION = 0,
|
||||||
|
|
||||||
|
SYS_DEBUG_REPORT = 1,
|
||||||
|
|
||||||
/* I/O */
|
/* I/O */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user