only:board_types.h
This commit is contained in:
parent
c6e871b0f6
commit
ce0e71badc
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
// placeholder to keep compiler happy in case of no board override
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue