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
11 lines
204 B
C
11 lines
204 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
#pragma once
|
|
|
|
#define ERROR_UNDEFINED 1
|
|
#define ERROR_INVALID_STATE 2
|
|
#define ERROR_INVALID_ARGUMENT 3
|
|
#define ERROR_MISSING_PARAMETER 4
|
|
#define ERROR_NOT_FOUND 5
|
|
|