code style

This commit is contained in:
rusefi 2023-06-29 18:33:36 -04:00
parent be2198c904
commit dd1f9401e3
1 changed files with 2 additions and 5 deletions

View File

@ -7,10 +7,9 @@
* @author Andrey Gusakov, 2021 * @author Andrey Gusakov, 2021
*/ */
#include "../../stm32f7ems/efifeatures.h" #pragma once
#ifndef EFIFEATURES_SUBARUEG33_H_ #include "../../stm32f7ems/efifeatures.h"
#define EFIFEATURES_SUBARUEG33_H_
/* debug console */ /* debug console */
#define TS_PRIMARY_UxART_PORT SD1 #define TS_PRIMARY_UxART_PORT SD1
@ -117,5 +116,3 @@
#undef EFI_STORAGE_INT_FLASH #undef EFI_STORAGE_INT_FLASH
#define EFI_STORAGE_INT_FLASH FALSE #define EFI_STORAGE_INT_FLASH FALSE
#endif /* EFIFEATURES_SUBARUEG33_H_ */