Skip to content

Commit f2bdef8

Browse files
Kimmo VaisanenHasnain Virk
authored andcommitted
Add includes for used data types
1 parent 7369cbd commit f2bdef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/netsocket/LoRaRadio.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
#ifndef LORARADIO_H_
1919
#define LORARADIO_H_
2020

21+
#include <stdint.h>
22+
#include "PinNames.h"
23+
#include "Callback.h"
24+
2125
/**
2226
* Structure to hold RF controls for LoRa Radio.
2327
* SX1276 have an extra control for the crystal (used in DOSCO-L072CZ)

0 commit comments

Comments
 (0)