CAN side of automated testing #4630

This commit is contained in:
rusefillc 2022-09-30 00:20:46 -04:00
parent 84909cd54b
commit cb5ce8a76b
2 changed files with 2 additions and 2 deletions

View File

@ -226,5 +226,5 @@ int getBoardMetaOutputsCount() {
}
Gpio* getBoardMetaOutputs() {
return &MRE_OUTPUTS;
return MRE_OUTPUTS;
}

View File

@ -203,5 +203,5 @@ int getBoardMetaOutputsCount() {
}
Gpio* getBoardMetaOutputs() {
return &PROTEUS_OUTPUTS;
return PROTEUS_OUTPUTS;
}