helping build

This commit is contained in:
Andrey 2021-06-12 07:32:12 -04:00
parent 74c4d4ea7f
commit 62160c6e86
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include "engine_configuration_generated_structures.h"
#include "globalaccess.h"
#include "simple_tcu.h"
#include "debounce.h"
class GearControllerBase {
public:
@ -23,7 +22,6 @@ protected:
pin_input_mode_e* getDigitalInputPinMode(int);
int getInputRoleD();
int getInputRoleA();
ButtonDebounce tcuDigitalInputs[TCU_INPUT_COUNT];
adc_channel_e tcuAnalogInputs[TCU_INPUT_COUNT];
gear_e setDesiredGear(gear_e);
int getInputRole();