examples/DS401_Slave_Gui/TestSlaveGui.h
author Stefan@Sheldon
Mon, 20 Jun 2011 18:36:43 +0200
changeset 661 06494ae5b2b6
parent 385 fff25f16c923
permissions -rw-r--r--
Removed unneccessary overhead introduced with the last fix.
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

extern "C"
{
#include "canfestival.h"
}

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

#endif /*TESTSLAVEGUI_H_ */