"gpio_api.c" update

1, "gpio_api.c" update. fix issues for compiling the mbed-cloud-client-example
pull/8341/head
zzw 2018-09-06 14:40:06 +08:00 committed by adbridge
parent 50d73e59ef
commit 0c3ef4faf8
1 changed files with 0 additions and 1 deletions

View File

@ -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);