Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -rd9b5f588d81e15ed3849222bed3362e15dbf4b0a -rf05acb2d013aa3dec1b59d793b8876aed928b5aa --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision d9b5f588d81e15ed3849222bed3362e15dbf4b0a) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision f05acb2d013aa3dec1b59d793b8876aed928b5aa) @@ -1,39 +1,30 @@ /************************************************************************** * -* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file BloodFlow.c * -* @author (last) Sean Nash -* @date (last) 07-May-2024 +* @author (last) Sean +* @date (last) 25-Oct-2024 * -* @author (original) Sean Nash -* @date (original) 07-Nov-2019 +* @author (original) Sean +* @date (original) 25-Oct-2024 * ***************************************************************************/ #include // Used for fabs() functions -#include "can.h" -#include "etpwm.h" -#include "gio.h" -#include "reg_het.h" - #include "BloodFlow.h" -#include "CPLD.h" -#include "FPGA.h" -#include "InternalADC.h" -#include "NVDataMgmt.h" +#include "CpldInterface.h" +#include "FpgaTD.h" +#include "Messaging.h" #include "OperationModes.h" #include "PersistentAlarm.h" #include "PIControllers.h" -#include "SafetyShutdown.h" -#include "SystemCommMessages.h" #include "TaskGeneral.h" -#include "TaskPriority.h" #include "Timers.h" #include "Utilities.h"