Skip to content

Commit

Permalink
Fixes Stm32Railcom for G0B1.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Feb 3, 2025
1 parent e35c58d commit c435be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/freertos_drivers/st/Stm32Railcom.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
#if defined(STM32F072xB) || defined(STM32F091xC)
#include "stm32f0xx_ll_dma.h"
#include "stm32f0xx_ll_usart.h"
#elif defined(STM32G0B1xx)
#include "stm32g0xx_ll_dma.h"
#include "stm32g0xx_ll_usart.h"
#elif defined(STM32F103xB)
#include "stm32f1xx_ll_dma.h"
#include "stm32f1xx_ll_usart.h"
Expand Down

0 comments on commit c435be5

Please sign in to comment.