1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

remove rtos

This commit is contained in:
MX
2023-11-13 12:27:21 +04:00
parent b958bfd5c9
commit bee1a6c18a
3 changed files with 0 additions and 6 deletions

View File

@@ -2,8 +2,6 @@
#include "core_defines.h" #include "core_defines.h"
#include <stdbool.h> #include <stdbool.h>
#include <FreeRTOS.h>
#include <task.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@@ -21,9 +21,6 @@
#include <furi_hal_gpio.h> #include <furi_hal_gpio.h>
// FreeRTOS timer, REMOVE AFTER REFACTORING
#include <timers.h>
// Workaround for math.h leaking through HAL in older versions // Workaround for math.h leaking through HAL in older versions
#include <math.h> #include <math.h>

View File

@@ -2,7 +2,6 @@
#include <furi_hal.h> #include <furi_hal.h>
#include <flipper.h> #include <flipper.h>
#include <alt_boot.h> #include <alt_boot.h>
#include <semphr.h>
#include <update_util/update_operation.h> #include <update_util/update_operation.h>
#define TAG "Main" #define TAG "Main"