rusefi-1/firmware/controllers/core
Scott Smith 69d36dad6e
Final cleanup of ENGINE macros (#3567)
Fix some uses of ENGINE() not detected by regex due to parenthesis.
Remove now empty engine_ptr.h
Don't worry about EFI_* not being defined, the compiler defaults to 0 if they aren't.
2021-11-17 13:45:10 -05:00
..
common_headers.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
core.mk
engine_module.h Create a base class EngineModule for that contains various useful callbacks. (#3548) 2021-11-17 20:13:19 +03:00
error_handling.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
error_handling.h
fsio_core.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fsio_core.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fsio_impl.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
fsio_impl.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
state_sequence.cpp Change users of MultiChannelStateSequence to use the API (#3524) 2021-11-11 09:19:22 -05:00
state_sequence.h Change users of MultiChannelStateSequence to use the API (#3524) 2021-11-11 09:19:22 -05:00