]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added define for mulle
authorr-studio <r-studio>
Wed, 28 Oct 2009 07:21:13 +0000 (07:21 +0000)
committerr-studio <r-studio>
Wed, 28 Oct 2009 07:21:13 +0000 (07:21 +0000)
tos/lib/printf/PrintfP.nc

index c1ea229b08ef64439f2358dfbfb13cc966fe2359..01219e074ab03729faa63ce96a3f856c0c7ef663 100644 (file)
@@ -80,6 +80,9 @@ static FILE atm128_stdout =
        FDEV_SETUP_STREAM(TCAST(int (*)(char c, FILE *stream), uart_putchar), 
        NULL, _FDEV_SETUP_WRITE);
 #endif
+#ifdef __M16C62PHARDWARE_H__
+       #include "m16c62p_printf.h"
+#endif
 
 module PrintfP @safe() {
   provides {