Skip to content

Commit

Permalink
Merge pull request chenxiaolong#1207 from chenxiaolong/huawei-syntax-…
Browse files Browse the repository at this point in the history
…error

huawei.yml: Fix syntax error that does fail with yaml-cpp
  • Loading branch information
chenxiaolong authored Jun 18, 2018
2 parents bfcb419 + fe80349 commit 4ddee20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/devices/huawei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
recovery:
- /dev/block/platform/hi_mci.0/by-name/recovery
- /dev/block/mmcblk0p29
boot_ui:
boot_ui:
supported: true
graphics_backends:
- fbdev
Expand Down Expand Up @@ -1007,5 +1007,5 @@ boot_ui:
brightness_path: /sys/devices/platform/hisi_fb.524289/leds/lcd_backlight0/brightness
max_brightness: 255
default_brightness: 162
battery_path: /sys/devices/platform/battery/power_supply/Battery/
theme: portrait_hdpi
battery_path: /sys/devices/platform/battery/power_supply/Battery
theme: portrait_hdpi

0 comments on commit 4ddee20

Please sign in to comment.