~aleteoryx/muditaos

e2f3882d8a0194ae6f74bfc5ab6104c368174517 — Adam Dobrowolski 4 years ago b6416b1
[EGD-6019] Removed dependency from freertos in test global file

This file is included for all tests as dependency and adds freertos
as a dependency through thread.h include
1 files changed, 4 insertions(+), 2 deletions(-)

M test/mock-freertos-tls.cpp
M test/mock-freertos-tls.cpp => test/mock-freertos-tls.cpp +4 -2
@@ 1,7 1,9 @@
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include <thread.hpp>
typedef long BaseType_t;
typedef void *TaskHandle_t;
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 5

namespace
{