/* >>>------------------------------------------------------------ * * File: Dir-04.04.c, Module: M3CM-1.0-QAC-8.1.2 * * RULE Dir-4.4 (Advisory): * Sections of code should not be "commented out" * * Not enforced * * <<<------------------------------------------------------------ */ #include "misra.h" #include "m3cmex.h" extern int16_t dir_0404( void ) { return 1; }