From 780cc915c5a9b7afa9956ae9471704f52413c67f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 17 Oct 2011 17:52:55 +0000 Subject: [PATCH] Fix PIC32 ramfunc logic; add rectangle graphic functions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3 --- arch/mips/src/pic32mx/pic32mx-head.S | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/mips/src/pic32mx/pic32mx-head.S b/arch/mips/src/pic32mx/pic32mx-head.S index dedc84558b..065598ec6f 100644 --- a/arch/mips/src/pic32mx/pic32mx-head.S +++ b/arch/mips/src/pic32mx/pic32mx-head.S @@ -43,6 +43,7 @@ #include #include "pic32mx-config.h" +#include "pic32mx-bmx.h" #include "excptmacros.h" /**************************************************************************** @@ -333,13 +334,13 @@ __start: */ la t1, _bmxdkpba_address - la t2, BMXDKPBA + la t2, PIC32MX_BMX_DKPBA sw t1, 0(t2) la t1, _bmxdudba_address - la t2, BMXDUDBA + la t2, PIC32MX_BMX_DUDBA sw t1, 0(t2) la t1, _bmxdupba_address - la t2, BMXDUPBA + la t2, PIC32MX_BMX_DUPBA sw t1, 0(t2) .Lnoramfuncs: #endif