Fix kernel heap macros in bertos trunk.
[bertos.git] / examples / at91sam7s / at91sam7s.c
index f0c14a29fdcf17ba23dbec2c5d59a9fb98481198..17293a4448bd35091ce4a4d471a74ffa6118b813 100644 (file)
@@ -45,6 +45,7 @@
 #include <drv/timer.h>
 #include <drv/sysirq_at91.h>
 #include <drv/ser.h>
+#include <drv/ntc.h>
 
 #include <io/arm.h>
 
@@ -71,7 +72,7 @@ static void leds_toggle(void)
                        roll = 1;
 
                PIOA_SODR = a;
-               PIOA_CODR = a >> 1;     
+               PIOA_CODR = a >> 1;
        }
        else
        {