rusefi/firmware/console/eficonsole.h

14 lines
244 B
C

/**
* @file eficonsole.h
* @brief Console package entry point header
*
* @date Nov 15, 2012
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
void initializeConsole();
void startUsbConsole();
void startEthernetConsole();