11 lines
157 B
C
11 lines
157 B
C
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
// Macros:
|
|
|
|
#define I2C_WATCHDOG
|
|
#define LED_DRIVERS_ENABLED
|
|
// #define LED_DRIVER_STRESS_TEST
|
|
|
|
#endif
|