rusefi-1/firmware/hw_layer/serial_over_usb/usbconsole.h

24 lines
343 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file usbconsole.h
*
* @date Oct 14, 2013
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef USBCONSOLE_H_
#define USBCONSOLE_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void usb_serial_start(void);
bool is_usb_serial_ready(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* USBCONSOLE_H_ */