mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Fix define guard on distancesensor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef DCMOTORACTUATOR_H
|
||||
#define DCMOTORACTUATOR_H
|
||||
#ifndef DISTANCESENSOR_H
|
||||
#define DISTANCESENSOR_H
|
||||
|
||||
#include "control/ISensor.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
@@ -18,4 +18,4 @@ class DistanceSensor final : public ISensor {
|
||||
|
||||
};
|
||||
|
||||
#endif //SERVO1ACTUATOR_H
|
||||
#endif //DISTANCESENSOR_H
|
||||
|
||||
Reference in New Issue
Block a user