This commit is contained in:
Andrey 2022-08-31 22:45:35 -04:00
parent b756fbd605
commit e70e83d3fd
1 changed files with 0 additions and 7 deletions

View File

@ -48,13 +48,6 @@
#include "backup_ram.h"
// todo: figure out if this even helps?
//#if defined __GNUC__
//#define RAM_METHOD_PREFIX __attribute__((section(".ram")))
//#else
//#define RAM_METHOD_PREFIX
//#endif
void startSimultaniousInjection(void*) {
efitick_t nowNt = getTimeNowNt();
for (size_t i = 0; i < engineConfiguration->specs.cylindersCount; i++) {