fix Simulator (#818)

This commit is contained in:
andreika-git 2019-06-03 00:26:35 +03:00 committed by rusefi
parent 970f67862c
commit f71940ad11
1 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,7 @@
#include "engine.h"
#include "efi_gpio.h"
#if EFI_GPIO_HARDWARE
#define PORT_SIZE 16
@ -43,8 +44,6 @@ static ioportid_t ports[] = {GPIOA,
// todo: move this into PinRepository class
static const char *PIN_USED[PIN_REPO_SIZE + BOARD_EXT_PINREPOPINS];
#if EFI_GPIO_HARDWARE
#include "pin_repository.h"
#include "io_pins.h"