Code:
#include "asuro.h"

int main(void)
{
	Init();
	StatusLED(RED)
	while(1);
	return 0;
}