Skip to content

Commit

Permalink
Merge pull request #198 from danielinux/stm32l4_hal_tick
Browse files Browse the repository at this point in the history
  • Loading branch information
elms authored Apr 13, 2022
2 parents 1c361f1 + 6f2c761 commit 6d524a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/stm32l4.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ void hal_prepare_boot(void)
* It is defined here only to avoid a compiler error
* for a missing symbol in hal_flash_driver.
*/
#ifdef __WOLFBOOT
uint32_t HAL_GetTick(void)
{
return 0;
}
#endif

0 comments on commit 6d524a2

Please sign in to comment.