fome-fw/firmware/hw_layer/wbo.h

14 lines
202 B
C

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