11 lines
276 B
C
11 lines
276 B
C
#if !defined(_RADIOLIB_USER_BUILD_OPTIONS_H)
|
|
#define _RADIOLIB_USER_BUILD_OPTIONS_H
|
|
|
|
// this file can be used to define any user build options
|
|
// most commonly, RADIOLIB_EXCLUDE_* macros
|
|
// or enabling debug output
|
|
|
|
//#define RADIOLIB_DEBUG
|
|
//#define RADIOLIB_VERBOSE
|
|
|
|
#endif
|