added forward declaration for stricter compiler warninns

pull/12/head
Kent Wiliams 2020-03-31 09:46:42 -07:00
rodzic c3b4075354
commit 426b35ab2a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -71,6 +71,7 @@ void os_getDevKey(u1_t *buf) { memcpy_P(buf, APPKEY, 16); }
CayenneLPP lpp(51);
static osjob_t sendjob;
void do_send(osjob_t *j);
// Schedule TX every this many seconds (might become longer due to duty
// cycle limitations).