From 5c4b0827e6a79ce6a3d71f9c8a8ebf5da40b49d5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 2 Nov 2015 22:52:40 +0100 Subject: [PATCH] OWHW: fix gpio_usb2514 syntax error --- recipes-bsp/sob-odu/files/gsmk-owhw/gpio_usb2514 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/sob-odu/files/gsmk-owhw/gpio_usb2514 b/recipes-bsp/sob-odu/files/gsmk-owhw/gpio_usb2514 index 1d92c26..01c0ddf 100644 --- a/recipes-bsp/sob-odu/files/gsmk-owhw/gpio_usb2514 +++ b/recipes-bsp/sob-odu/files/gsmk-owhw/gpio_usb2514 @@ -65,11 +65,11 @@ export_gpio_out 59 mdm1_on 1 export_gpio_out 58 mdm_ldo_en 1 #export_gpio_in 57 button active_low export_gpio_out 55 mdm2_rst 0 -#export_gpio_out 54 system_led active_low 1 +#export_gpio_out 54 system_led 1 active_low export_gpio_out 51 eeprom_wp 0 export_gpio_out 50 mdm2_on 1 export_gpio_out 113 simtrace_erase 0 export_gpio_out 115 simtrace_bootloader 0 export_gpio_out 114 simtrace_reset 0 export_gpio_in 104 acc_int active_low -export_gpio_out 62 hub_reset active_low 1 +export_gpio_out 62 hub_reset 1 active_low