diff options
-rw-r--r-- | uart/stm32_uart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uart/stm32_uart.h b/uart/stm32_uart.h index e4902a5..4c2a09d 100644 --- a/uart/stm32_uart.h +++ b/uart/stm32_uart.h @@ -24,6 +24,7 @@ struct STM32_UART_reg_v2_t { volatile uint32_t ICR; volatile uint32_t RDR; volatile uint32_t TDR; + volatile uint32_t PRESC; // Gx, L4+, Wx etc }; template <typename T> |