Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 26, 2024
1 parent 0d4632e commit 3950a6a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions firmware/controllers/actuators/alternator_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
#include "efi_pid.h"
#include "local_version_holder.h"

#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"
#endif /* HAS_OS_ACCESS */

static SimplePwm alternatorControl("alt");
static Pid alternatorPid(&persistentState.persistentConfiguration.engineConfiguration.alternatorControl);

Expand Down
4 changes: 0 additions & 4 deletions firmware/controllers/actuators/boost_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

#define NO_PIN_PERIOD 500

#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"
#endif

static Map3D<BOOST_RPM_COUNT, BOOST_LOAD_COUNT, uint8_t, uint8_t, uint8_t> boostMapOpen;
static Map3D<BOOST_RPM_COUNT, BOOST_LOAD_COUNT, uint8_t, uint8_t, uint8_t> boostMapClosed;
static SimplePwm boostPwmControl("boost");
Expand Down
4 changes: 0 additions & 4 deletions firmware/controllers/actuators/electronic_throttle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
#include "dc_motors.h"
#include "defaults.h"

#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"
#endif

#if HW_PROTEUS
#include "proteus_meta.h"
#endif // HW_PROTEUS
Expand Down
4 changes: 0 additions & 4 deletions firmware/controllers/math/speed_density.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

#include "pch.h"

#if defined(HAS_OS_ACCESS)
#error "Unexpected OS ACCESS HERE"
#endif

#define rpmMin 500
#define rpmMax 8000

Expand Down

0 comments on commit 3950a6a

Please sign in to comment.