Skip to content

Commit

Permalink
Merge pull request #79 from mcci-catena/issue78
Browse files Browse the repository at this point in the history
Fix #78: typo in name of LMIC_DEBUG_LEVEL
  • Loading branch information
terrillmoore committed Jun 30, 2018
2 parents 2d1e1db + f1c363b commit 6ede27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/lmic.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

// if LMIC_DEBUG_PRINTF is now defined, just use it. This lets you do anything
// you like with a sufficiently crazy header file.
#if LMIC_LEVEL_DEBUG > 0
#if LMIC_DEBUG_LEVEL > 0
# ifndef LMIC_DEBUG_PRINTF
// otherwise, check whether someone configured a print-function to be used,
// and use it if so.
Expand Down

0 comments on commit 6ede27e

Please sign in to comment.