Add and initialize firmwareI2cAddress and bootloaderI2cAddress to uhk_module_state_t.
This commit is contained in:
@@ -37,8 +37,15 @@
|
||||
uhk_module_phase_t phase;
|
||||
uhk_module_vars_t targetVars;
|
||||
i2c_message_t rxMessage;
|
||||
uint8_t firmwareI2cAddress;
|
||||
uint8_t bootloaderI2cAddress;
|
||||
} uhk_module_state_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t firmwareI2cAddress;
|
||||
uint8_t bootloaderI2cAddress;
|
||||
} uhk_module_i2c_addresses_t;
|
||||
|
||||
// Variables:
|
||||
|
||||
extern uhk_module_vars_t UhkModuleVars[UHK_MODULE_MAX_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user