驱动优化

This commit is contained in:
2026-05-19 22:34:08 +08:00
parent add7af4222
commit c9efc32d32
8 changed files with 52 additions and 22 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ typedef struct drv_rbtree_node_s{
struct drv_rbtree_node_s* right;
struct drv_rbtree_node_s* parent;
char color;
drv_device_t device;
drv_device_t* device;
}drv_rbtree_node_t;
typedef struct {