Skip to content

Commit

Permalink
Removed unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphuebner committed Jul 18, 2024
1 parent 82be948 commit 8a3f85e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OBJSL = main.o hwinit.o stm32scheduler.o params.o terminal.o terminal_prj.o \
param_save.o errormessage.o stm32_can.o canhardware.o canmap.o cansdo.o \
picontroller.o terminalcommands.o \
ipv6.o tcp.o \
connMgr.o modemFinder.o pevStateMachine.o temperatures.o proximitypilot.o acOBC.o \
connMgr.o modemFinder.o pevStateMachine.o temperatures.o acOBC.o \
hardwareInterface.o hardwareVariants.o pushbutton.o udpChecksum.o \
homeplug.o myHelpers.o qca7000.o \
appHandEXIDatatypesDecoder.o ByteStream.o EncoderChannel.o \
Expand Down
78 changes: 0 additions & 78 deletions ccs/proximitypilot.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions ccs/proximitypilot.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "udpChecksum.h"
#include "temperatures.h"
#include "pushbutton.h"
#include "proximitypilot.h"
#include "hardwareVariants.h"
#include "acOBC.h"

Expand Down Expand Up @@ -84,7 +83,6 @@ static void Ms100Task(void)
Param::SetInt(Param::ContactorDuty, timer_get_ic_value(CONTACT_LOCK_TIMER, TIM_IC3));
Param::SetInt(Param::AdcLockFeedback, AnaIn::lockfb.Get());
Param::SetInt(Param::AdcIpropi, AnaIn::ipropi.Get());
pp_evaluateProximityPilot();
temperatures_calculateTemperatures();
acOBC_mainfunction();
hardwareInterface_WakeupOtherPeripherals();
Expand Down

0 comments on commit 8a3f85e

Please sign in to comment.