Switch to ifdef to make -Wundef happy
This commit is contained in:
parent
6566b0b4e3
commit
708e23aba5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue