Skip to content

Commit

Permalink
clean up old ref
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwhitehead committed Oct 4, 2024
1 parent 08eba12 commit 734e52a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions inc/sp140/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
#include "sp140/structs.h"

extern unsigned long cruisedAtMillis;
extern volatile bool cruising;
extern int prevPotLvl;
extern int cruisedPotVal;
extern volatile float throttlePWM;

extern float watts;
extern float wattHoursUsed;
Expand Down
2 changes: 0 additions & 2 deletions src/sp140/globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
#include "sp140/globals.h"

unsigned long cruisedAtMillis = 0;
volatile bool cruising = false;
int prevPotLvl = 0;
int cruisedPotVal = 0;
volatile float throttlePWM = 0;

float watts = 0;
float wattHoursUsed = 0;
Expand Down

0 comments on commit 734e52a

Please sign in to comment.