examples/DS401_Slave_Gui/TestSlaveGui.h
author luis
Tue, 02 Oct 2007 10:32:11 +0200
changeset 298 dba062c5c3c1
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Checking if TPDO was valid was wrong (pdo.c)
There were some declarations after statements in pdo.c that caused some compilers to complaint
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

	int 	main_can(s_BOARD SlaveBoard, char* LibraryPath);
	void	stop_slave();

#endif /*TESTSLAVEGUI_H_*/