rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
algo
generated_lookup_meta.h
Go to the documentation of this file.
1
#include "
efi_quote.h
"
2
3
#pragma once
4
5
#define META_GENERATED_NAME rusefi_generated_
6
#define META_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_GENERATED_H_FILENAME QUOTE(META_GENERATED_NAME SHORT_BOARD_NAME META_GENERATED_EXT)
12
#include META_GENERATED_H_FILENAME
13
14
#else
15
16
#include "rusefi_generated_f407-discovery.h"
17
18
#endif
efi_quote.h
Generated on Sat Dec 13 2025 01:49:58 for rusEFI by
1.9.8