mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-07-09 22:38:53 +00:00
Remove LMIC_PRINTF_TO definition
This commit is contained in:
parent
4e4350f9ad
commit
a4695dbfb7
1 changed files with 0 additions and 7 deletions
|
@ -78,13 +78,6 @@ enum class ActivationMode {OTAA, ABP};
|
|||
#include BSFILE // Include Board Support File
|
||||
#include "../keyfiles/lorawan-keys.h"
|
||||
|
||||
|
||||
#if defined(LMIC_DEBUG_LEVEL) && LMIC_DEBUG_LEVEL > 0
|
||||
// Do not overrule if already defined
|
||||
#ifndef LMIC_PRINTF_TO
|
||||
#define LMIC_PRINTF_TO serial
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(ABP_ACTIVATION) && defined(OTAA_ACTIVATION)
|
||||
#error Only one of ABP_ACTIVATION and OTAA_ACTIVATION can be defined.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue