RadioLibSmol/src/BuildOptUser.h
2023-11-27 19:38:10 +01:00

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