// Function return TRUE
//

#include "CM_LIB.h"

uint8_t cm_TRUE(void)
{
	   return TRUE;
}