mirror of https://github.com/ARMmbed/mbed-os.git
Add includes for used data types
parent
7369cbd649
commit
f2bdef8543
|
@ -18,6 +18,10 @@
|
|||
#ifndef LORARADIO_H_
|
||||
#define LORARADIO_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "PinNames.h"
|
||||
#include "Callback.h"
|
||||
|
||||
/**
|
||||
* Structure to hold RF controls for LoRa Radio.
|
||||
* SX1276 have an extra control for the crystal (used in DOSCO-L072CZ)
|
||||
|
|
Loading…
Reference in New Issue