Add includes for used data types

pull/6059/head
Kimmo Vaisanen 2018-01-24 14:28:25 +02:00 committed by Hasnain Virk
parent 7369cbd649
commit f2bdef8543
1 changed files with 4 additions and 0 deletions

View File

@ -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)