From 2f4d75b3ae25a79ef9b8664eeccb49d9172feda2 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Wed, 4 Mar 2009 08:32:24 +0000 Subject: [PATCH] Includes modified for surveyor git-svn-id: http://picoc.googlecode.com/svn/trunk@150 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform.h b/platform.h index 8732533..700f677 100644 --- a/platform.h +++ b/platform.h @@ -48,7 +48,9 @@ # include "../srv.h" # include "../setjmp.h" # include "../stdarg.h" -# include "../cosine.h" +# include "../colors.h" +# include "../neural.h" +# include "../i2c.h" # define assert(x) # endif # endif