14 lines
202 B
C
14 lines
202 B
C
|
/*
|
||
|
* @file wbo.h
|
||
|
*
|
||
|
* @date Jun 11, 2015
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef HW_LAYER_WBO_H_
|
||
|
#define HW_LAYER_WBO_H_
|
||
|
|
||
|
void initWboController(void);
|
||
|
|
||
|
#endif /* HW_LAYER_WBO_H_ */
|