Fix types.h dependency

This commit is contained in:
Scott Lahteine 2018-02-25 22:00:41 -06:00
parent d0720a565f
commit e3e51a9a8d
1 changed files with 2 additions and 0 deletions

View File

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