Skip to content

Commit

Permalink
disable wide clock errors LMIC_ENABLE_arbitrary_clock_error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranau-R committed Apr 5, 2024
1 parent e55a8ee commit 1739603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
// we assume reasonably-disciplined os_getTime() values. But... there might
// be platforms that require wider errors.
#if !defined(LMIC_ENABLE_arbitrary_clock_error)
# define LMIC_ENABLE_arbitrary_clock_error 1 /* PARAM */
# define LMIC_ENABLE_arbitrary_clock_error 0 /* PARAM */
#endif

#endif // _lmic_config_h_

0 comments on commit 1739603

Please sign in to comment.