diff options
author | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-06 11:30:08 +0300 |
commit | dfcf63dded68e7bf1eea2112feb6e993d75c9907 (patch) | |
tree | 0d1e3e5f3d00f0f550e3fc1cfc110907cb7ee6ce /app/light_sensor/light_sensor_task.c | |
parent | 5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff) |
Reduce include path pollution
Diffstat (limited to 'app/light_sensor/light_sensor_task.c')
-rw-r--r-- | app/light_sensor/light_sensor_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/light_sensor/light_sensor_task.c b/app/light_sensor/light_sensor_task.c index 642d9e9..140a93a 100644 --- a/app/light_sensor/light_sensor_task.c +++ b/app/light_sensor/light_sensor_task.c @@ -1,5 +1,5 @@ #include "light_sensor_task.h" -#include "ltimers.h" +#include "ltimers/ltimers.h" // FreeRTOS includes #include "FreeRTOS.h" |