From 6b540239d610579587f340e323074740a32408f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 22 May 2011 21:10:51 +0000 Subject: [PATCH] Add a tool to create proper nuttx.hex files for PICkit2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3640 42af7a65-404d-4744-a932-0658087f49c3 --- arch/mips/src/pic32mx/pic32mx-head.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/mips/src/pic32mx/pic32mx-head.S b/arch/mips/src/pic32mx/pic32mx-head.S index 275406d0c0..ba726b4e17 100644 --- a/arch/mips/src/pic32mx/pic32mx-head.S +++ b/arch/mips/src/pic32mx/pic32mx-head.S @@ -513,7 +513,7 @@ __start_nuttx: jalr t0, ra nop - /* Just in case main returns, go into infinite loop */ + /* Just in case main returns, go into an infinite loop */ halt: 1: @@ -521,7 +521,6 @@ halt: nop .end __start_nuttx - /**************************************************************************** * Device Configuration ****************************************************************************/