eprintf mit irq

Committer:
est2fe
Date:
Thu Jun 23 10:21:40 2011 +0000
Revision:
0:4843fcdba3cc
Child:
2:f63032cc0c0a
V 0.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
est2fe 0:4843fcdba3cc 1 #ifndef __os_printf_h__
est2fe 0:4843fcdba3cc 2 #define __os_printf_h__
est2fe 0:4843fcdba3cc 3
est2fe 0:4843fcdba3cc 4 // os.SendEvent (EV_PRINTF, &task_printf_Verarbeitung);
est2fe 0:4843fcdba3cc 5
est2fe 0:4843fcdba3cc 6 void printf_verarbeitung (void);
est2fe 0:4843fcdba3cc 7 int eprintf (char *, ...);
est2fe 0:4843fcdba3cc 8 void PC_UART_USB_interrupt (void);
est2fe 0:4843fcdba3cc 9
est2fe 0:4843fcdba3cc 10 #endif // von ifndef __os_printf_h__