STATIC_BOARD_ID_PROTEUS_HARLEY

This commit is contained in:
rusefillc 2023-10-29 10:17:24 -04:00
parent 76f0bf215a
commit 3d2761d76a
2 changed files with 5 additions and 1 deletions

View File

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

@ -1 +1 @@
Subproject commit 6b48a7ce0c60a9066a1d5876e2795fd0b58c7a22
Subproject commit becee6c027ea06565d3b032a4cbfe7e1c810e324