mirror of https://github.com/ARMmbed/mbed-os.git
Adjusted spcae alignment
parent
9732cdcce6
commit
6f436dbac3
|
@ -1136,7 +1136,7 @@ int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t
|
|||
success = 1;
|
||||
}
|
||||
} else if (format == CANAny) {
|
||||
success = 0; // filter for CANAny is not supported by STM32, return a failure
|
||||
success = 0; // filter for CANAny is not supported by STM32, return a failure
|
||||
}
|
||||
|
||||
return success;
|
||||
|
|
Loading…
Reference in New Issue