File tree Expand file tree Collapse file tree
boards/f0_module/bootloader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424# C++ specific options here (added to USE_OPT).
2525ifeq ($(USE_CPPOPT ) ,)
26- USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit -std=c++17
26+ USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit -std=c++20
2727endif
2828
2929# Enable this if you want the linker to remove unused code and data.
Original file line number Diff line number Diff line change 1010
1111#include " hal.h"
1212
13- #include < rusefi/math .h>
13+ #include < rusefi/rusefi_math .h>
1414#include < rusefi/interpolation.h>
1515
1616#ifdef AUXOUT_DAC_PWM_DEVICE
Original file line number Diff line number Diff line change 1717
1818# C++ specific options here (added to USE_OPT).
1919ifeq ($(USE_CPPOPT ) ,)
20- USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit -std=c++17
20+ USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit -std=c++20
2121endif
2222
2323# Enable this if you want the linker to remove unused code and data.
Original file line number Diff line number Diff line change 33/* for VCC_VOLTS */
44#include " wideband_config.h"
55
6- #include < rusefi/math .h>
6+ #include < rusefi/rusefi_math .h>
77
88#if HAL_USE_DAC
99
Original file line number Diff line number Diff line change 11#include " pwm.h"
22
3- #include < rusefi/math .h>
3+ #include < rusefi/rusefi_math .h>
44
55Pwm::Pwm (PWMDriver& driver)
66 : m_driver(&driver)
You can’t perform that action at this time.
0 commit comments