Skip to content

Commit 9b76f39

Browse files
committed
orbis go bye bye
1 parent 6dcd9c1 commit 9b76f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VCF_Tasks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HT_TASK::TaskResponse run_read_adc0_task(const unsigned long& sysMicros, const H
3131
{
3232
// Updates all eight channels.
3333
ADCInterfaceInstance::instance().adc0_tick();
34-
OrbisBRInstance::instance().sample();
34+
// OrbisBRInstance::instance().sample();
3535
PedalsSystemInstance::instance().set_pedals_sensor_data(PedalSensorData_s{
3636
.accel_1 = static_cast<uint32_t>(ADCInterfaceInstance::instance().acceleration_1().conversion),
3737
.accel_2 = static_cast<uint32_t>(ADCInterfaceInstance::instance().acceleration_2().conversion),

0 commit comments

Comments
 (0)