Note #960, startrs08_init.c, line 59: Violates MISRA-C:2004 Required Rule 8.5, no object/function definitions in header file [MISRA 8.5 REQ]

File ' startrs08_init.c' is not a header file. It is a source file and it is included in file ' startrs08.c' using a #include directive. According to the C standard (ISO/IEC 9899:1999), a #include directive can be used to specify either a header file or a source file.