@@ -10,7 +10,7 @@ static int major_number = 0; // 默认自动分配主设备号
static struct cdev my_cdev;
static struct class *my_class;
-
+// 测试提交
// 打开字符设备
static int gpio_led_open(struct inode *inode, struct file *file)
{