Update config.h

This commit is contained in:
Daniël Koek 2024-04-02 16:58:25 +01:00
parent 30168c6164
commit 30f32dc295

View file

@ -28,6 +28,7 @@ enum UART_BPS_SPEED {
UART_115200 = 0b111
};
enum UART_PARITY_SETTING { EBYTE_UART_8N1 = 0b00, EBYTE_UART_8O1 = 0b01, EBYTE_UART_8E1 = 0b10 };
#pragma pack(push, 1)
struct REG0 {
uint8_t air_data_rate : 3;
std::string air_data_rate_description_() {