firmware-base/src/constants.h
2025-05-23 08:56:55 +02:00

7 lines
110 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define MAX_COMPONENTS 30
#define DEFAULT_DEBUG_INTERVAL 1000
#endif