Remove LMIC_PRINTF_TO definition

This commit is contained in:
Leonel Lopes Parente 2021-05-18 01:14:55 +02:00
parent 4e4350f9ad
commit a4695dbfb7

View file

@ -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.