rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
algo
generated_lookup_engine_configuration.h
Go to the documentation of this file.
1
#include "
efi_quote.h
"
2
3
#pragma once
4
5
#define META_ENGINE_GENERATED_NAME engine_configuration_generated_structures_
6
#define META_ENGINE_GENERATED_EXT .h
7
8
// todo: sad technical debt: failing to define SHORT_BOARD_NAME for unit_tests and concatenate specifically for mac os?!
9
#if defined(SHORT_BOARD_NAME)
10
11
#define META_ENGINE_GENERATED_H_FILENAME QUOTE(META_ENGINE_GENERATED_NAME SHORT_BOARD_NAME META_ENGINE_GENERATED_EXT)
12
#include META_ENGINE_GENERATED_H_FILENAME
13
14
#else
15
16
#include "
engine_configuration_generated_structures_f407-discovery.h
"
17
18
#endif
efi_quote.h
engine_configuration_generated_structures_f407-discovery.h
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8