Quellcode durchsuchen

vscode软件转idea软件测试

xuxinyi vor 1 Jahr
Ursprung
Commit
24e59ab6e3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      驱动文件/leds-gpio.c

+ 1 - 0
驱动文件/leds-gpio.c

@@ -277,6 +277,7 @@ static int gpio_led_probe(struct platform_device *pdev)
 
 static void gpio_led_shutdown(struct platform_device *pdev)
 {
+    //vscode to idea测试
 	struct gpio_leds_priv *priv = platform_get_drvdata(pdev);
 	int i;