rusefi/firmware/controllers/algo/generated_lookup_engine_con...

19 lines
552 B
C
Raw Normal View History

#include "efi_quote.h"
#pragma once
#define META_ENGINE_GENERATED_NAME engine_configuration_generated_structures_
#define META_ENGINE_GENERATED_EXT .h
2024-08-02 09:22:41 -07:00
// todo: sad technical debt: failing to define SHORT_BOARD_NAME for unit_tests and concatenate specifically for mac os?!
#if defined(SHORT_BOARD_NAME)
#define META_ENGINE_GENERATED_H_FILENAME QUOTE(META_ENGINE_GENERATED_NAME SHORT_BOARD_NAME META_ENGINE_GENERATED_EXT)
#include META_ENGINE_GENERATED_H_FILENAME
#else
#include "engine_configuration_generated_structures_f407-discovery.h"
#endif