Skip to content

Commit

Permalink
added in drivebrain interface into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Sep 6, 2024
1 parent 91bf533 commit 882d6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ void tick_all_systems(const SysTick_s &current_system_tick)
ams_interface.get_acc_derate_factor(),
dashboard.torqueModeButtonPressed(),
vn_interface.get_vn_struct(),
controller_output);
controller_output,
db_interface.get_latest_db_data());
}

void handle_ethernet_interface_comms()
Expand Down

0 comments on commit 882d6c0

Please sign in to comment.