docs
This commit is contained in:
parent
32bd383b59
commit
10bb348d87
|
@ -41,6 +41,7 @@ EXTERN_ENGINE
|
|||
;
|
||||
|
||||
static cyclic_buffer<int> errorDetection;
|
||||
// todo! make this NOT a global variable
|
||||
static bool isInitializingTrigger = false; // #286 miata NA config - sync error on startup
|
||||
|
||||
#if ! EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
class EngineTestHelperBase
|
||||
{
|
||||
public:
|
||||
// we have the base method and base constructor in order to better control order if initialization
|
||||
// base constructor contains things which need to be executed first
|
||||
EngineTestHelperBase();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue