git-svn-id: http://moon:8086/svn/projects/HendiControl@21 fda53097-d464-4ada-af97-ba876c37ca34
14 lines
157 B
C
14 lines
157 B
C
/*
|
|
* port.h
|
|
*
|
|
* Created: 20.02.2019 20:54:45
|
|
* Author: jens
|
|
*/
|
|
|
|
|
|
#ifndef PORT_H_
|
|
#define PORT_H_
|
|
|
|
void port_init();
|
|
|
|
#endif /* PORT_H_ */ |