style: changed variable type
This commit is contained in:
@@ -112,9 +112,9 @@ extern "C"
|
|||||||
*/
|
*/
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
uint8_t i2c_address; /*!< The i2c address of PCF8574 expander that caused the interrupt. */
|
uint8_t i2c_address; /*!< The i2c address of PCF8574 expander that caused the interrupt. */
|
||||||
uint8_t gpio_number; /*!< The GPIO that caused the interrupt. */
|
zh_pcf8574_gpio_num_t gpio_number; /*!< The GPIO that caused the interrupt. */
|
||||||
bool gpio_level; /*!< The GPIO level that caused the interrupt. */
|
bool gpio_level; /*!< The GPIO level that caused the interrupt. */
|
||||||
} zh_pcf8574_event_on_isr_t;
|
} zh_pcf8574_event_on_isr_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user