Switch to ifdef to make -Wundef happy

This commit is contained in:
Scott Shawcroft 2025-08-14 16:03:10 -07:00
parent 6566b0b4e3
commit 708e23aba5
No known key found for this signature in database

View file

@ -17,7 +17,7 @@
extern "C" { extern "C" {
#endif #endif
#if SOC_PARLIO_SUPPORTED #ifdef SOC_PARLIO_SUPPORTED
/** /**
* @brief Parallel Panel IO configuration structure, for intel 8080 interface(8 data-lines) or SPI interface(1 data-lines) * @brief Parallel Panel IO configuration structure, for intel 8080 interface(8 data-lines) or SPI interface(1 data-lines)
*/ */