helping build
This commit is contained in:
parent
05a9ec99a5
commit
eb09cdbfb9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue