EFI_PROD_CODE guard around port_mpu_util.h include (#4564)

This commit is contained in:
Andrey G 2022-09-11 20:42:07 +03:00 committed by GitHub
parent 91d4844e38
commit 8069506135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,8 +12,10 @@
#include "efifeatures.h"
#include "rusefi_types.h"
#if EFI_PROD_CODE
// for US_TO_NT_MULTIPLIER which is port-specific
#include "port_mpu_util.h"
#endif
#define MS_PER_SECOND 1000
#define US_PER_SECOND 1000000