Added stdint.h #include for blinky's use of C standard integer types.

This commit is contained in:
Jared Boone
2012-06-07 16:35:10 -07:00
parent cea1a66d39
commit b2d733921f

View File

@ -19,6 +19,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#include <stdint.h>
#include "hackrf_core.h" #include "hackrf_core.h"
void wait(uint8_t duration) void wait(uint8_t duration)