rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
efifeatures.h
Go to the documentation of this file.
1/**
2 * @file boards/S105/efifeatures.h
3 *
4 * @brief In this header we can override efifeatures.h.
5 *
6 * @date Jan 01, 2023
7 * @author Andrey Gusakov, 2023
8 */
9
10#include "../../stm32f4ems/efifeatures.h"
11
12#ifndef EFIFEATURES_S105_H_
13#define EFIFEATURES_S105_H_
14
15/* This board has no USB wired out */
16#undef EFI_USB_SERIAL
17#define EFI_USB_SERIAL FALSE
18
19#endif /* EFIFEATURES_S105_H_ */