1
0
Fork 0
CANopenNode/301
Vincent Chatelain 9e9aaf5f8d
CO_ODinterface: fix unreachable statement (#548)
Using a `break` after a `return` triggers warning 111 of Arm Compiler 5. To fix this warning while respecting MISRA rules, the return mechanism of OD_getSub() function was changed to only exit at the end.
2024-10-19 00:51:48 +02:00
..
CO_config.h Format the .h files using clang-format v15. 2024-07-06 21:54:59 +02:00
CO_driver.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_Emergency.c Fix and update doxygen documentation. 2024-08-07 00:17:39 +02:00
CO_Emergency.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_fifo.c Format comments in the .c files. 2024-07-06 21:48:21 +02:00
CO_fifo.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_HBconsumer.c Format comments in the .c files. 2024-07-06 21:48:21 +02:00
CO_HBconsumer.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_NMT_Heartbeat.c Fix and update doxygen documentation. 2024-08-07 00:17:39 +02:00
CO_NMT_Heartbeat.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_Node_Guarding.c Format comments in the .c files. 2024-07-06 21:48:21 +02:00
CO_Node_Guarding.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_ODinterface.c CO_ODinterface: fix unreachable statement (#548) 2024-10-19 00:51:48 +02:00
CO_ODinterface.h Fix links 2024-08-14 16:49:01 +02:00
CO_PDO.c CO_PDO.c: additional safety check. 2024-07-12 15:56:19 +02:00
CO_PDO.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_SDOclient.c clang-format: ReflowComments: true 2024-07-07 01:05:10 +02:00
CO_SDOclient.h Fix and update doxygen documentation. 2024-08-07 00:17:39 +02:00
CO_SDOserver.c clang-format: ReflowComments: true 2024-07-07 01:05:10 +02:00
CO_SDOserver.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
CO_SYNC.c CO_SYNC: bugfix, if CO_CONFIG_FLAG_OD_DYNAMIC is disabled. 2024-07-13 15:29:58 +02:00
CO_SYNC.h Fix and update doxygen documentation. 2024-08-07 00:17:39 +02:00
CO_TIME.c Format comments in the .c files. 2024-07-06 21:48:21 +02:00
CO_TIME.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00
crc16-ccitt.c Format the .c files using clang-format v15. 2024-07-06 19:57:06 +02:00
crc16-ccitt.h Format comments in the .h files. 2024-07-09 00:17:15 +02:00