| 123456789101112131415161718192021 |
- commit 8507a3a189708343e69b5de19f49f29f467fdf7b
- Author: MX <10697207+xMasterX@users.noreply.github.com>
- Date: Mon Nov 13 13:55:38 2023 +0400
- fixes for freertos removal from api
-
- thanks Willy-JL
- diff --git a/lib/worker/fake_worker.c b/lib/worker/fake_worker.c
- index d3d00d2db..faee89fb2 100644
- --- a/lib/worker/fake_worker.c
- +++ b/lib/worker/fake_worker.c
- @@ -2,8 +2,6 @@
- #include "helpers/hardware_worker.h"
- #include "protocol_i.h"
-
- -#include <timer.h>
- -
- #include <lib/toolbox/hex.h>
- #include <toolbox/stream/stream.h>
- #include <toolbox/stream/buffered_file_stream.h>
|