This commit is contained in:
rusefillc 2023-09-25 12:41:43 -04:00
parent 517cd42309
commit aeff3337b3
1 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@ brain_pin_e getSckPin(spi_device_e device);
#endif /* HAL_USE_SPI */
#ifdef __cplusplus
void applyNewHardwareSettings();
// Initialize hardware that doesn't require configuration to be loaded
@ -61,5 +59,3 @@ void initHardware();
void setBor(int borValue);
class ButtonDebounce;
#endif /* __cplusplus */