something too special with Kinetis?

This commit is contained in:
rusefi 2020-05-18 01:25:10 -04:00
parent 9d535f4ce6
commit aaf15e0fae
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,6 @@
#pragma once
#include "rusefi_generated.h"
// todo: migrate/unify with pin_output_mode_e? rename? something is messy here
// this enum is currently only used for SPI pins
typedef enum __attribute__ ((__packed__)) {
@ -266,7 +264,7 @@ typedef enum __attribute__ ((__packed__)) {
EFI_ADC_15 = 15, // PC5
// todo: bad choice of value since now we have ADC_CHANNEL_SENSOR and could end up with 17 and 18 also
EFI_ADC_NONE = ADC_CHANNEL_NONE,
EFI_ADC_NONE = 16,
EFI_ADC_ERROR = 17,
#if EFI_UNIT_TEST
/**

View File

@ -21,6 +21,7 @@ typedef unsigned int time_t;
#include "rusefi_enums.h"
#include "firing_order.h"
#include "rusefi_generated.h"
#define DEFAULT_FUEL_LOAD_COUNT 16
#define DEFAULT_IGN_LOAD_COUNT 16