-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt Wed May 15 21:50:20 EDT 2024 | ||
// by class com.rusefi.output.CHeaderConsumer | ||
// begin | ||
#pragma once | ||
#include "rusefi_types.h" | ||
// start of board_extra_s | ||
struct board_extra_s { | ||
/** | ||
* offset 0 | ||
*/ | ||
int extraField = (int)0; | ||
/** | ||
* offset 4 | ||
*/ | ||
uint8_t unusedAtTheExtraEnd[92]; | ||
}; | ||
static_assert(sizeof(board_extra_s) == 96); | ||
|
||
// end | ||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt Wed May 15 21:50:20 EDT 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include "pch.h" | ||
|
||
#include "../extra_generated.h" |