From aacca3e5f6f6d358a1925860c73bb3035536ba54 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sun, 23 Apr 2017 15:48:29 -0500 Subject: [PATCH] rewrap comment paragraph --- msp4th/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/msp4th/main.c b/msp4th/main.c index cf8bb1e..3311051 100644 --- a/msp4th/main.c +++ b/msp4th/main.c @@ -178,11 +178,11 @@ int main(void){ /* * SPECIAL BOOTLOADER CALLING * - * We *do not* want to 'call' the initial bootloader. Such a call instruction - * attempts to use the stack, which is in RAM -- whose health is unknown. The - * functionality must use ROM code and registers only. * Declaring as an - * inline function and .include'ing the ASM code is a hop and skip to ensure - * this happens. + * We *do not* want to 'call' the initial bootloader. Such a call + * instruction attempts to use the stack, which is in RAM -- whose health + * is unknown. The functionality must use ROM code and registers only. * + * Declaring as an inline function and .include'ing the ASM code is a hop + * and skip to ensure this happens. * * As a consequence, the ASM file must use local labels only -- of the form * N: -- 2.25.1