11 lines
288 B
C
11 lines
288 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 (1)
|
|
//#define RADIOLIB_VERBOSE (1)
|
|
|
|
#endif
|