multi_fuzzer 1.1 KB

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