rewrap comment paragraph
authorDan White <dan@whiteaudio.com>
Sun, 23 Apr 2017 20:48:29 +0000 (15:48 -0500)
committerDan White <dan@whiteaudio.com>
Sun, 23 Apr 2017 20:48:29 +0000 (15:48 -0500)
msp4th/main.c

index cf8bb1ee2e0a14e84a7fe103f1fa0246b875d000..3311051e6fdb716cb7bb4034229719859d685fa0 100644 (file)
@@ -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: