X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7s%2Fat91sam7s.c;h=17293a4448bd35091ce4a4d471a74ffa6118b813;hb=9ff4e7d506adcf5c3cf8ef603279bd540c2e792b;hp=f0c14a29fdcf17ba23dbec2c5d59a9fb98481198;hpb=038e7e854053a17ee36f9c0cf309861f820a8d2a;p=bertos.git diff --git a/examples/at91sam7s/at91sam7s.c b/examples/at91sam7s/at91sam7s.c index f0c14a29..17293a44 100644 --- a/examples/at91sam7s/at91sam7s.c +++ b/examples/at91sam7s/at91sam7s.c @@ -45,6 +45,7 @@ #include #include #include +#include #include @@ -71,7 +72,7 @@ static void leds_toggle(void) roll = 1; PIOA_SODR = a; - PIOA_CODR = a >> 1; + PIOA_CODR = a >> 1; } else {