local fork of tinygps for tugboat project

Dependents:   tugboat

Fork of TinyGPS by Michael Shimniok

types.h

Committer:
bclaus
Date:
2013-07-31
Revision:
2:a3dad2769ed7
Parent:
0:8a347288f82c

File content as of revision 2:a3dad2769ed7:

#ifndef __TYPES_H
#define __TYPES_H

typedef char byte;
typedef int millis;

#endif