Skip to content

Commit

Permalink
compile compliance script correctly w/o LMIC logging
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Aug 22, 2019
1 parent eeb2bf9 commit 7f29f68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private:

cEventQueue eventQueue;

#if LMIC_ENABLE_event_logging
extern "C" {
void LMICOS_logEvent(const char *pMessage);
void LMICOS_logEventUint32(const char *pMessage, uint32_t datum);
Expand All @@ -159,6 +160,7 @@ void LMICOS_logEventUint32(const char *pMessage, uint32_t datum)
{
eventQueue.putEvent(ev_t(-2), pMessage, datum);
}
#endif // LMIC_ENABLE_event_logging

uint8_t lastTxChannel;
bool lastTxStart;
Expand Down

0 comments on commit 7f29f68

Please sign in to comment.