examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Thu, 30 Aug 2007 17:01:45 +0200
changeset 261 dbcd80bcab82
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Prevent potential problem with missing 0x1005 OD entry
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/