rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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
17
18#endif