12 lines
160 B
C
12 lines
160 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
|
||
|
/* overridden settings: */
|
||
|
|
||
|
#undef PRODUCT
|
||
|
#define PRODUCT Pegasus Hoof Citadel
|
||
|
|
||
|
#endif
|