7 lines
110 B
C
7 lines
110 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define MAX_COMPONENTS 30
|
|
#define DEFAULT_DEBUG_INTERVAL 1000
|
|
|
|
#endif |