Hellen says merge #1772 helping merge

This commit is contained in:
rusefi 2020-09-09 14:35:01 -04:00
parent 07bc8100c7
commit 6e64d243da
2 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,11 @@
#pragma once
#include "global.h"
#if EFI_PROD_CODE
#if HAL_USE_SERIAL_USB
#include "usbconsole.h"
#endif // HAL_USE_SERIAL_USB
#if EFI_PROD_CODE
#include "pin_repository.h"
#endif

View File

@ -5,8 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef USBCONSOLE_H_
#define USBCONSOLE_H_
#pragma once
#define USB_SERIAL_DRIVER SD2
@ -21,5 +20,3 @@ bool is_usb_serial_ready(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* USBCONSOLE_H_ */