Update config.h

This commit is contained in:
Daniël Koek 2024-04-08 19:03:39 +01:00
parent a319ce833f
commit e9b7b3edee

View file

@ -53,7 +53,6 @@ enum WorPeriod : uint8_t {
// reverse order on the data sheet // reverse order on the data sheet
struct RegisterConfig { struct RegisterConfig {
struct {
uint8_t command : 8; uint8_t command : 8;
uint8_t starting_address : 8; uint8_t starting_address : 8;
uint8_t length : 8; uint8_t length : 8;
@ -83,7 +82,6 @@ struct RegisterConfig {
} reg_3; } reg_3;
uint8_t crypt_h : 8; uint8_t crypt_h : 8;
uint8_t crypt_l : 8; uint8_t crypt_l : 8;
};
} __attribute__((packed)); } __attribute__((packed));
} // namespace ebyte_lora } // namespace ebyte_lora