only:alphax_2chan
This commit is contained in:
rusefi 2023-08-26 22:15:47 -04:00
parent a872d8067d
commit 70035fe579
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void sendRawAnalogValues() {
// todo: send the second packet
}
static sendOutBoardMeta() {
static void sendOutBoardMeta() {
#if EFI_PROD_CODE
CanTxMessage msg(CanCategory::BENCH_TEST, BENCH_TEST_IO_META_INFO, 8, /*bus*/0, /*isExtended*/true);
msg[0] = CAN_BENCH_HEADER;