Move X_CALLBACK_PERIOD_MS to engine_controller.h

This commit is contained in:
andreika-git 2023-11-29 14:13:10 +02:00 committed by rusefillc
parent 74b2ff6468
commit e55ccb5a57
2 changed files with 4 additions and 3 deletions

View File

@ -78,9 +78,6 @@
#include "global_execution_queue.h"
#endif /* EFI_UNIT_TEST */
#define FAST_CALLBACK_PERIOD_MS 5
#define SLOW_CALLBACK_PERIOD_MS 50
struct AirmassModelBase;
#define MAF_DECODING_CACHE_SIZE 256

View File

@ -8,6 +8,10 @@
#pragma once
#define FAST_CALLBACK_PERIOD_MS 5
#define SLOW_CALLBACK_PERIOD_MS 50
// todo: huh we also have validateConfiguration()?!
bool validateConfig();
char * getPinNameByAdcChannel(const char *msg, adc_channel_e hwChannel, char *buffer);