Skip to content

Commit

Permalink
stm32/h7: Added a couple of missing U(S)ART defines to the USART header
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent 7a0a294 commit 87dfa96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/libopencm3/stm32/h7/usart.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
#define USART6 USART6_BASE
#define UART7 UART7_BASE
#define UART8 UART8_BASE
#define UART9 UART9_BASE
#define USART10 USART10_BASE
/**@}*/

BEGIN_DECLS
Expand All @@ -55,4 +57,3 @@ END_DECLS
/**@}*/

#endif

0 comments on commit 87dfa96

Please sign in to comment.