Skip to content

Commit

Permalink
Add L4xx HAL include for Stm32PWM (#734)
Browse files Browse the repository at this point in the history
* Update to support stm32l4xx PWM.
  • Loading branch information
RobertPHeller authored Aug 28, 2023
1 parent cebac9c commit ffc0d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/freertos_drivers/st/Stm32PWM.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include "stm32f1xx_hal_conf.h"
#elif defined(STM32F303xC) || defined(STM32F303xE)
#include "stm32f3xx_hal_conf.h"
#elif defined(STM32L432xx)
#include "stm32l4xx_hal_conf.h"
#else
#error Dont know what STM32 chip you have.
#endif
Expand Down

0 comments on commit ffc0d3d

Please sign in to comment.