Code:
#include <avr/io.h>
#include <util/delay.h>
#include <tid.h>

#include <avr/interrupt.h>
//#include <avr/pgmspace.h>
//#include <avr/sleep.h>
//#include <inttypes.h>

volatile char text[8]=">>TEST<<", symbol[2]={0x10,0x01};


int main (void) {

	for(;;){
		char buffer[10];
		tid_send(buffer);
	}
	
	return 0;
}

Code:
# List C source files here. (C dependencies are automatically generated.)
SRC += $(TARGET).c
SRC += tid.c
#SRC += param.c
mit meiner selbstgepfuschten lib hat das ja auch hingehaun.....

mfg