Wrap PAL driver into universal 'startDigitalCapture' #2123

This commit is contained in:
Andrey 2021-07-30 20:15:53 -04:00
parent 1ce05e9a02
commit 50240c6500
1 changed files with 4 additions and 0 deletions

View File

@ -82,4 +82,8 @@ void efiExtiDisablePin(brain_pin_e brainPin)
ext_used &= ~PAL_PORT_BIT(index);
}
digital_input_s* startDigitalCapture(const char *msg, brain_pin_e brainPin) {
return nullptr;
}
#endif /* HAL_USE_PAL && EFI_PROD_CODE */