Fix code guard

This commit is contained in:
Mitchell Grams
2025-04-30 21:19:28 -06:00
parent e2ad52cefb
commit 0f8012f5fd

View File

@@ -61,9 +61,8 @@ extern void pca9654e_init(void);
#if PICOHAL_IO_ENABLE
#ifndef MODBUS_ENABLE
#if !MODBUS_ENABLE
#error "Modbus must be enabled to use the Picohal IO expander!"
#undef PICOHAL_IO_ENABLE
#endif
extern void picohal_io_init (void);