unused includes (#274)

This commit is contained in:
rusefillc 2023-07-22 15:34:06 -07:00 committed by GitHub
parent f833e13536
commit b80b49753f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#include "heater_control.h"
#include "wideband_config.h"
#include "ch.h"
#include "hal.h"
@ -9,7 +8,6 @@
#include "pwm.h"
#include "sampling.h"
#include "pid.h"
#include "can.h"
struct sensorHeaterParams {
float targetTemp;