Improve code style

This commit is contained in:
George Oikonomou 2018-10-02 23:35:22 +01:00
parent bf0e80aae3
commit 8ea3e9fb77
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ config(int type, int enable)
case SENSORS_ACTIVE:
ti_lib_ioc_pin_type_gpio_output(BOARD_IOID_ALS_PWR);
ti_lib_ioc_port_configure_set(BOARD_IOID_ALS_OUT, IOC_PORT_GPIO,
IOC_STD_OUTPUT);
IOC_STD_OUTPUT);
ti_lib_ioc_pin_type_gpio_input(BOARD_IOID_ALS_OUT);
if(enable) {