Browse Source

[bsp][ls1c] modify file format

sundm75 7 years ago
parent
commit
61d1df1268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/ls1cdev/drivers/display_controller.c

+ 1 - 1
bsp/ls1cdev/drivers/display_controller.c

@@ -241,7 +241,7 @@ void rt_hw_dc_init(void)
 int rtgui_lcd_init(void)
 {
     rt_device_t dc;
-       rt_kprintf("DC initied\n");
+    rt_kprintf("DC initied\n");
 
     pin_set_purpose(76, PIN_PURPOSE_OTHER);
     pin_set_remap(76, PIN_REMAP_DEFAULT);