probier mal folgenden code:
[code]#include "asuro.h"

int main(void)
{
Init();
StatusLED(GREEN);

while(1);
return 0;
}

SIGNAL(SIG_INTERRUPT1)
{
StatusLED(RED);
return;
}