STM32 Shared Media - USB Mass Storage Device (#20956)

This commit is contained in:
Victor Oliveira
2021-02-02 17:55:11 -03:00
committed by GitHub
parent 0ce3f6efe0
commit 28b8bf566b
6 changed files with 167 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ extern uint16_t HAL_adc_result;
// Enable hooks into setup for HAL
void HAL_init();
#define HAL_IDLETASK 1
void HAL_idletask();
// Clear reset reason
void HAL_clear_reset_source();