Feature #835 » logCodes.h
| 1 |
#ifndef LEPTO_LOG_CODES_H
|
|---|---|
| 2 |
#define LEPTO_LOG_CODES_H
|
| 3 |
/**---------------------------------------------------------------------------
|
| 4 |
*
|
| 5 |
* @file logCodes.h
|
| 6 |
* @brief Fixed log codes for lepto
|
| 7 |
*
|
| 8 |
* @date 20260911
|
| 9 |
* @author Maximilian Seesslen <src@seesslen.net>
|
| 10 |
* @copyright SPDX-License-Identifier: Apache-2.0
|
| 11 |
*
|
| 12 |
*--------------------------------------------------------------------------*/
|
| 13 |
|
| 14 |
|
| 15 |
/*--- Defines --------------------------------------------------------------*/
|
| 16 |
|
| 17 |
|
| 18 |
// Lepto starts at 0x1000
|
| 19 |
#define LC_LOG_OVERFLOW 0x1000
|
| 20 |
|
| 21 |
|
| 22 |
/*--- Fin ------------------------------------------------------------------*/
|
| 23 |
#endif // ? ! LEPTO_LOG_CODES_H
|