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
12 lines
159 B
C
12 lines
159 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
#pragma once
|
|
|
|
#include "FreeRTOS.h"
|
|
|
|
#ifdef ESP_PLATFORM
|
|
#include <freertos/timers.h>
|
|
#else
|
|
#include <timers.h>
|
|
#endif
|