From 6b1099c487e9d7be85d4fbd513f9e5236d0d10d4 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 30 Mar 2008 20:35:33 +0200 Subject: Renamed the makefile and update the main.c in the test. --- digital/io/src/getsamples/test/main.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'digital/io/src/getsamples/test/main.c') diff --git a/digital/io/src/getsamples/test/main.c b/digital/io/src/getsamples/test/main.c index 2bbfe6e6..33a3fd80 100644 --- a/digital/io/src/getsamples/test/main.c +++ b/digital/io/src/getsamples/test/main.c @@ -22,6 +22,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * }}} */ +#define uint32_t (unsigned int) +#define uint16_t (unsigned short) +#define uint8_t (unsigned char) + + #include "../getsamples.h" #include "../getsamples_robo.h" @@ -34,6 +39,8 @@ getsamples_print_test (getsamples_t *getsamples) switch (getsamples->fsm) { + case GETSAMPLES_STATE_START: + printf ("START"); case GETSAMPLES_STATE_PREPARE_ARM: printf ("PREPARE_ARM"); break; -- cgit v1.2.3