Fix define guard on distancesensor

This commit is contained in:
2026-02-19 16:16:06 -05:00
parent 377b6a7cc0
commit ab761ba90f

View File

@@ -1,6 +1,6 @@
#ifndef DCMOTORACTUATOR_H #ifndef DISTANCESENSOR_H
#define DCMOTORACTUATOR_H #define DISTANCESENSOR_H
#include "control/ISensor.h" #include "control/ISensor.h"
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
@@ -18,4 +18,4 @@ class DistanceSensor final : public ISensor {
}; };
#endif //SERVO1ACTUATOR_H #endif //DISTANCESENSOR_H