能用了

This commit is contained in:
2025-08-09 03:30:14 +08:00
parent f9f0d93b95
commit 62549172dd
9 changed files with 559 additions and 84 deletions

View File

@@ -4,6 +4,9 @@
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
#define DEVICE_OK (0)
#define DEVICE_ERR (-1)
#define DEVICE_ERR_NULL (-2)