aboutsummaryrefslogtreecommitdiff
path: root/contrib/loaders/flash/pic32mx.s
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/loaders/flash/pic32mx.s')
-rw-r--r--contrib/loaders/flash/pic32mx.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/loaders/flash/pic32mx.s b/contrib/loaders/flash/pic32mx.s
index d45ab111..9f41965c 100644
--- a/contrib/loaders/flash/pic32mx.s
+++ b/contrib/loaders/flash/pic32mx.s
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *
***************************************************************************/
.text
@@ -94,7 +94,7 @@ done:
error:
/* save result to $a0 */
addiu $a0, $s1, 0
-
+
exit:
sdbbp
.end main
@@ -128,5 +128,5 @@ waitflash:
sw $t5, 4($t2) /* clear NVMWREN */
jr $ra
nop
-
+
.end progflash