mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
remove rtos
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
#include "core_defines.h"
|
||||
#include <stdbool.h>
|
||||
#include <FreeRTOS.h>
|
||||
#include <task.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -21,9 +21,6 @@
|
||||
|
||||
#include <furi_hal_gpio.h>
|
||||
|
||||
// FreeRTOS timer, REMOVE AFTER REFACTORING
|
||||
#include <timers.h>
|
||||
|
||||
// Workaround for math.h leaking through HAL in older versions
|
||||
#include <math.h>
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#include <furi_hal.h>
|
||||
#include <flipper.h>
|
||||
#include <alt_boot.h>
|
||||
#include <semphr.h>
|
||||
#include <update_util/update_operation.h>
|
||||
|
||||
#define TAG "Main"
|
||||
|
||||
Reference in New Issue
Block a user