From bd653ce716c5002aaf79b88cf3934e2f51e6ff07 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 30 Mar 2008 23:31:17 +0200 Subject: Tested the fsm in host mode. - to compile it modify the asserv.h file to replace the intx_t by uintx_t - stub the necessary functions. --- digital/io/src/getsamples_robo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'digital/io/src/getsamples_robo.h') diff --git a/digital/io/src/getsamples_robo.h b/digital/io/src/getsamples_robo.h index 11309a10..87583b67 100644 --- a/digital/io/src/getsamples_robo.h +++ b/digital/io/src/getsamples_robo.h @@ -25,6 +25,8 @@ * * }}} */ +#include "common.h" + struct getsamples_t { /* The FSM. */ -- cgit v1.2.3