Fix types.h dependency

This commit is contained in:
Scott Lahteine 2018-02-25 22:00:41 -06:00
parent d0720a565f
commit e3e51a9a8d

View File

@ -23,6 +23,8 @@
#ifndef __TYPES_H__ #ifndef __TYPES_H__
#define __TYPES_H__ #define __TYPES_H__
#include <stdint.h>
typedef unsigned long millis_t; typedef unsigned long millis_t;
typedef struct { typedef struct {