zephyr/modules/canopennode
Henrik Brix Andersen b1b77c1774 drivers: can: change can_tx_callback_t function signature
Change the can_tx_callback_t function signature to use an "int" (not an
uint32_t) for representing transmission errors.

The "error" callback function parameter is functionally equivalent to
the return value from can_send() and thus needs to use the same data
type and needs to be able to hold negative errno values.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-01-01 07:40:29 -05:00
..
CMakeLists.txt
CO_driver.c drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00
CO_driver_target.h
Kconfig
canopen_leds.c
canopen_program.c
canopen_storage.c
canopen_sync.c
canopennode.h