drivers: can: Fix compilation issue
Remove extra (and syntactically wrong) semicolon. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
18e9ec70d6
commit
15b071d821
|
@ -9,7 +9,7 @@
|
|||
|
||||
static inline int z_vrfy_can_set_timing(const struct device *dev,
|
||||
const struct can_timing *timing,
|
||||
const struct can_timing *timing_data);
|
||||
const struct can_timing *timing_data)
|
||||
{
|
||||
Z_OOPS(Z_SYSCALL_DRIVER_CAN(dev, set_timing));
|
||||
|
||||
|
|
Loading…
Reference in New Issue