only:board_types.h

This commit is contained in:
Andrey 2024-06-25 19:29:53 -04:00
parent c6e871b0f6
commit ce0e71badc
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#pragma once
// placeholder to keep compiler happy in case of no board override

View File

@ -13,6 +13,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <board_types.h>
#include <rusefi/rusefi_time_types.h>
#include "generated_lookup_meta.h"
#include "rusefi_enums.h"