From 4dcba100a77bc86a6631b1c495d9b736efec6120 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 28 Jan 2026 09:12:03 +0300 Subject: [PATCH] refactor: refactored by pvs-studio --- include/zh_pcf8574.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zh_pcf8574.h b/include/zh_pcf8574.h index 10e0b5c..62a2ccd 100755 --- a/include/zh_pcf8574.h +++ b/include/zh_pcf8574.h @@ -112,8 +112,8 @@ extern "C" */ typedef struct { - uint8_t i2c_address; /*!< The i2c address of PCF8574 expander that caused the interrupt. */ zh_pcf8574_gpio_num_t gpio_number; /*!< The GPIO that caused the interrupt. */ + uint8_t i2c_address; /*!< The i2c address of PCF8574 expander that caused the interrupt. */ bool gpio_level; /*!< The GPIO level that caused the interrupt. */ } zh_pcf8574_event_on_isr_t;