Fixed typo with SerialMessage typing

This commit is contained in:
2024-10-12 16:40:18 -04:00
parent cf854b6c2c
commit c48e034d49

View File

@@ -23,7 +23,7 @@ class SerialMessage : public Message<SERIAL_BUFFER_SIZE, MAX_ARGS>{
/**
* @brief Initialize the SerialMessage object
*/
void Init(unsigned int baudRate) override;
void Init(uint32_t baudRate) override;
/**
* @brief Prints the args array to the serial monitor