Add || DOXYGEN
This commit is contained in:
parent
0ff93c4aa4
commit
fb01ca5803
|
@ -90,7 +90,7 @@ iomode_t getInputMode(pin_input_mode_e mode) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAL_USE_ICU
|
#if HAL_USE_ICU || defined(__DOXYGEN__)
|
||||||
void efiIcuStart(ICUDriver *icup, const ICUConfig *config) {
|
void efiIcuStart(ICUDriver *icup, const ICUConfig *config) {
|
||||||
efiAssertVoid((icup->state == ICU_STOP) || (icup->state == ICU_READY),
|
efiAssertVoid((icup->state == ICU_STOP) || (icup->state == ICU_READY),
|
||||||
"input already used?");
|
"input already used?");
|
||||||
|
|
|
@ -58,7 +58,7 @@ void efiSetPadMode(const char *msg, brain_pin_e pin, iomode_t mode);
|
||||||
bool efiReadPin(brain_pin_e pin);
|
bool efiReadPin(brain_pin_e pin);
|
||||||
|
|
||||||
iomode_t getInputMode(pin_input_mode_e mode);
|
iomode_t getInputMode(pin_input_mode_e mode);
|
||||||
#if HAL_USE_ICU
|
#if HAL_USE_ICU || defined(__DOXYGEN__)
|
||||||
void efiIcuStart(ICUDriver *icup, const ICUConfig *config);
|
void efiIcuStart(ICUDriver *icup, const ICUConfig *config);
|
||||||
#endif /* HAL_USE_ICU */
|
#endif /* HAL_USE_ICU */
|
||||||
#endif /* EFI_GPIO_HARDWARE */
|
#endif /* EFI_GPIO_HARDWARE */
|
||||||
|
|
Loading…
Reference in New Issue