mirror of https://github.com/ARMmbed/mbed-os.git
"gpio_api.c" update
1, "gpio_api.c" update. fix issues for compiling the mbed-cloud-client-examplepull/8341/head
parent
50d73e59ef
commit
0c3ef4faf8
|
@ -195,7 +195,6 @@ void gpio_pull_ctrl(gpio_t *obj, PinMode pull_type)
|
|||
HAL_GPIO_PullCtrl((u32) obj->pin, (u32)pull_type);
|
||||
}
|
||||
|
||||
|
||||
void gpio_deinit(gpio_t *obj)
|
||||
{
|
||||
HAL_GPIO_DeInit(&obj->hal_pin);
|
||||
|
|
Loading…
Reference in New Issue