doc: Various fixes to documentation infrastructure
[bertos.git] / examples / at91sam7 / at91sam7.c
index 04ee19f2525614a78d85c84ab581be72f49c14bf..70e21f9c8554fb96b2ace01cd9bf6245af76d0a8 100644 (file)
@@ -102,14 +102,14 @@ static void leds_init(void)
        #define FIRST_LED                       0x100000
        #define SET_PIO_BITS                    PIOB_SODR
        #define CLEAR_PIO_BITS                  PIOB_CODR
-       #define AT91SAM7_MSG      "BeRTOS is run on AT91SAM7X256..\n"
+       #define AT91SAM7_MSG      "BeRTOS is running on AT91SAM7X256..\n"
 #elif CPU_ARM_AT91SAM7S256
        #define GET_PIO_STATUS()  (~PIOA_ODSR & 0x0000000f)
        #define LAST_LED                        0x00000004
        #define FIRST_LED                       0x00000002
        #define SET_PIO_BITS                    PIOA_SODR
        #define CLEAR_PIO_BITS                  PIOA_CODR
-       #define AT91SAM7_MSG      "BeRTOS is run on AT91SAM7S256..\n"
+       #define AT91SAM7_MSG      "BeRTOS is running on AT91SAM7S256..\n"
 #endif
 
 /*