Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
can: rename CanRead::start to not hide
In file included from simulator/global.h:25, from ../firmware/pch/pch.h:20, from ../firmware/hw_layer/drivers/can/can_hw.cpp:15: ../firmware/ChibiOS/os/various/cpp_wrappers/ch.hpp:1335:21: error: ‘chibios_rt::ThreadReference chibios_rt::BaseStaticThread<N>::start(tprio_t) [with int N = 1384; tprio_t = unsigned int]’ was hidden [-Werror=overloaded-virtual=] 1335 | ThreadReference start(tprio_t prio) override { | ^~~~~ ../firmware/hw_layer/drivers/can/can_hw.cpp:35:14: note: by ‘void CanRead::start(CANDriver*)’ 35 | void start(CANDriver* device) { | ^~~~~
- Loading branch information