Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #171 from findus4fun/STM32F407-info-fix
Browse files Browse the repository at this point in the history
added STM32F407 info in driver.c
  • Loading branch information
terjeio authored Jan 7, 2021
2 parents 0ab9987 + 7d32604 commit 8eafe97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/STM32F4xx/Src/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,8 @@ bool driver_init (void)
hal.info = "STM32F446";
#elif defined(STM32F411xE)
hal.info = "STM32F411";
#elif defined(STM32F407xx)
hal.info = "STM32F407";
#else
hal.info = "STM32F401CC";
#endif
Expand Down

0 comments on commit 8eafe97

Please sign in to comment.