minor print fix

This commit is contained in:
maliakal_d 2020-06-17 09:10:48 +02:00
parent f078e6147d
commit e80bc905d6

View File

@ -1275,7 +1275,7 @@ int Feb_Control_GetInterruptSubframe() {
// inconsistent // inconsistent
if (value[0] != value[1]) { if (value[0] != value[1]) {
LOG(logERROR, ("Inconsistent values of interrupt subframe betweeen " LOG(logERROR, ("Inconsistent values of interrupt subframe betweeen "
"left %d and right %d\n", "right %d and left %d\n",
value[0], value[1])); value[0], value[1]));
return -1; return -1;
} }