diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-24 22:03:08 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-26 07:31:14 (GMT) |
| commit | 67f546fa330f7bbe251bfde432b36284db1a79dd (patch) | |
| tree | 335229a52a8552392f94ab950d0bff75cf15ce60 /src/displayapp/screens/StopWatch.h | |
| parent | 26ae828e393d28390c5ea718bec9d4c1a96435ac (diff) | |
StopWatch: cleanup unused includes and use relative to src includes
Diffstat (limited to 'src/displayapp/screens/StopWatch.h')
| -rw-r--r-- | src/displayapp/screens/StopWatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index 0720a58..06193f6 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -4,7 +4,7 @@ #include "components/datetime/DateTimeController.h" #include "displayapp/LittleVgl.h" -#include "FreeRTOS.h" +#include <FreeRTOS.h> #include "portmacro_cmsis.h" #include <array> |
