]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
cleaned up mulles code
authorr-studio <r-studio>
Thu, 5 Nov 2009 12:43:00 +0000 (12:43 +0000)
committerr-studio <r-studio>
Thu, 5 Nov 2009 12:43:00 +0000 (12:43 +0000)
tos/lib/printf/PrintfP.nc

index 2ebed371187999f4bc5b6c3e5c411c56d157e139..0095e501b6c07162dfd51e5af5f7b758be35478c 100644 (file)
@@ -80,9 +80,6 @@ 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 {