local fork of tinygps for tugboat project

Dependents:   tugboat2

Fork of TinyGPS by brian claus

Revision:
0:8a347288f82c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/types.h	Wed Apr 27 19:21:28 2011 +0000
@@ -0,0 +1,7 @@
+#ifndef __TYPES_H
+#define __TYPES_H
+
+typedef char byte;
+typedef int millis;
+
+#endif
\ No newline at end of file