Skip to content

Commit

Permalink
Fix #78: typo in name of LMIC_DEBUG_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 25, 2018
1 parent 2d1e1db commit f1c363b
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 f1c363b

Please sign in to comment.