Skip to content

Commit

Permalink
fix: use namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Jul 30, 2024
1 parent 9207cf4 commit 2946a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion head/core/tasks_rev1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ auto head_tasks::start_tasks(
motor_hardware_task::MotorHardwareTask& lmh_tsk,
i2c::hardware::I2CBase& i2c3,
eeprom::hardware_iface::EEPromHardwareIface& eeprom_hw_iface)
-> std::tuple<diag0_handler, diag0_handler> {
-> std::tuple<head_tasks::diag0_handler, head_tasks::diag0_handler> {
// Start the head tasks
auto& can_writer = can_task::start_writer(can_bus);
can_task::start_reader(can_bus);
Expand Down

0 comments on commit 2946a8e

Please sign in to comment.