only:proteus_f4

This commit is contained in:
rusefillc 2024-01-01 16:09:13 -05:00
parent 7f8045ba93
commit 7606af80fd
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@ board_id_t getBoardId() {
// a way to test harness patch cord
return STATIC_BOARD_ID_PROTEUS_HARLEY;
}
if (engineConfiguration->engineType == engine_type_e::PROTEUS_SBC) {
// a way to test harness patch cord
return STATIC_BOARD_ID_PROTEUS_SBC;
}
#endif
#if HW_MICRO_RUSEFI

@ -1 +1 @@
Subproject commit 9d60a0576ddabdab6a56b4c2cb3ccb3473ad7009
Subproject commit e5ac1591345640365eb850921c97962b07315ad2