perf: updated isr handler

This commit is contained in:
2025-08-14 11:54:45 +03:00
parent 8c6460a1d1
commit dfebb15213
3 changed files with 5 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ extern "C"
/**
* @brief PCF8574 ISR handler.
*/
void zh_avr_pcf8574_isr_handler(void);
BaseType_t zh_avr_pcf8574_isr_handler(void);
#ifdef __cplusplus
}