spelling correction
This commit is contained in:
parent
c2bcd19ab6
commit
b85afd2eba
@ -15,7 +15,7 @@
|
||||
// Ria's control preferences
|
||||
#define RIA_PTO_TOGGLE DIGITAL_LEFT
|
||||
#define RIA_CATA_CONTROL DIGITAL_A
|
||||
#define RIA_INTAKE_CONTORL DIGITAL_R1
|
||||
#define RIA_INTAKE_CONTROL DIGITAL_R1
|
||||
#define RIA_WINGS_CONTROL DIGITAL_L1
|
||||
|
||||
|
||||
|
||||
@ -209,6 +209,6 @@ namespace superstruct {
|
||||
void ria_control() {
|
||||
cataControl(RIA_PTO_TOGGLE, RIA_CATA_CONTROL);
|
||||
wingsControlSingle(RIA_WINGS_CONTROL);
|
||||
intakeControl(RIA_INTAKE_CONTORL);
|
||||
intakeControl(RIA_INTAKE_CONTROL);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user