Projekt

Allgemein

Profil

Feature #835 » logCodes.h

Maximilian Seesslen, 11.09.2026 18:02

 
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
(3-3/3)