/* >>>------------------------------------------------------------ * * File: Dir-04.07.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Dir-4.7 (Required): * If a function returns error information, then that error * information shall be tested * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t dir_0407( void ) { return 1; }