96eccbdc8d
Replace LGPL from past commit with Apache License 2.0 for the newly created projects: - in Platforms/* - TactilityKernel Add license headers to source code in: - in Platforms/* - TactilityKernel - TactilityFreeRtos Updated LICENSE.md
13 lines
228 B
C
13 lines
228 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
#include <freertos/FreeRTOS.h>
|
|
#else
|
|
#include <FreeRTOS.h>
|
|
#endif
|
|
|
|
// Custom port compatibility definitins, mainly for PC compatibility
|
|
#include "port.h"
|