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
..
canopen_leds.c modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
canopen_program.c modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
canopen_storage.c modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
canopen_sync.c modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
canopennode.h modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
CMakeLists.txt modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
CO_driver.c drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00
CO_driver_target.h modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00
Kconfig modules: canopennode: rename header and Kconfig options 2021-07-01 13:32:18 -04:00