1
0
Fork 0

CO_SRDO: static analysis: function 'OD_not_write_same_value' defined without a prototype in scope [MISRA 2012 Rule 8.4, required]

This commit is contained in:
temi54c1l8 2024-06-11 07:39:23 +02:00
parent 0142f41857
commit 46dcd05251

View file

@ -142,7 +142,7 @@ OD_read_dummy(OD_stream_t *stream, void *buf, OD_size_t count, OD_size_t *countR
}
#ifdef CO_CONFORMANCE_TEST_TOOL_ADAPTATION
bool_t
static bool_t
OD_not_write_same_value(OD_stream_t *stream, const void *buf, OD_size_t count) {
// The conformance test tool does not recognize CANopen Safety and on all object dictionaty tries to read and write the same value
OD_size_t countRead = 0;