X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Floaders%2Fflash%2Fmsp432%2Fstartup_msp432p4.c;fp=contrib%2Floaders%2Fflash%2Fmsp432%2Fstartup_msp432p4.c;h=09103b0e43df9a04902babfdbe71e3adb076a6a8;hp=ed7ea10a90b0c3a269af8f9fa1586d0d8e9305a6;hb=29a899f3d27f6a18819a6f26c6e3d2c6e2d684c3;hpb=4c8753a83c96d8911140b28d893d9f9c0424dd97 diff --git a/contrib/loaders/flash/msp432/startup_msp432p4.c b/contrib/loaders/flash/msp432/startup_msp432p4.c index ed7ea10a90..09103b0e43 100644 --- a/contrib/loaders/flash/msp432/startup_msp432p4.c +++ b/contrib/loaders/flash/msp432/startup_msp432p4.c @@ -71,9 +71,9 @@ void (* const intr_vectors[])(void) __attribute__((section(".intvecs"))) = { }; /* - * The following are constructs created by the linker, indicating where the - * the "data" and "bss" segments reside in memory. The initializers for the - * for the "data" segment resides immediately following the "text" segment. + * The following are constructs created by the linker, indicating where + * the "data" and "bss" segments reside in memory. The initializers for + * the "data" segment resides immediately following the "text" segment. */ extern uint32_t __bss_start__; extern uint32_t __bss_end__;