diff options
| author | JF <JF002@users.noreply.github.com> | 2022-01-26 21:00:33 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-26 21:00:33 (GMT) |
| commit | b12603448ccfa772aa3a8c8e1ce29fad0f323e7a (patch) | |
| tree | b65540aee369d5d5de25c77e71193a9f91bdf1fd /src/displayapp/screens/StopWatch.h | |
| parent | 71c895dc719e81558325772cbd704e1aeaf9288e (diff) | |
| parent | 67f546fa330f7bbe251bfde432b36284db1a79dd (diff) | |
Merge pull request #959 from NeroBurner/stopwatch_include_cleanup
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> |
