examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Tue, 02 Oct 2007 17:59:16 +0200
changeset 304 32d93e0c6e64
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Fixed crash with visible_string due to latest changes.
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/