Skip to content

Commit

Permalink
fix against regression of AVR build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Aug 1, 2023
1 parent 5bcd70f commit 3d63a19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/firmware/source/libraries/LibAPRS_ESP32/pbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
#include <Arduino.h>
#endif /* ARDUINO */

#if defined(__AVR__)
#include <time.h>
#endif /* __AVR__ */

/* minimum and maximum length of a callsign on APRS-IS */
#define CALLSIGNLEN_MIN 3
#define CALLSIGNLEN_MAX 9
Expand Down

0 comments on commit 3d63a19

Please sign in to comment.