fix build error with stm32

This commit is contained in:
hathach 2019-04-02 02:16:54 +07:00
parent 4af16efea7
commit 2c1072c0ab
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
2 changed files with 12 additions and 0 deletions

View File

@ -97,6 +97,12 @@ void board_led_control(bool state)
HAL_GPIO_WritePin(GPIOE, GPIO_PIN_9, state);
}
uint32_t board_button_read(void)
{
// TODO implement
return 0;
}
/*------------------------------------------------------------------*/
/* TUSB HAL MILLISECOND
*------------------------------------------------------------------*/

View File

@ -91,6 +91,12 @@ void board_led_control(bool state)
}
}
uint32_t board_button_read(void)
{
// TODO implement
return 0;
}
/*------------------------------------------------------------------*/
/* TUSB HAL MILLISECOND