- use build in data types

git-svn-id: http://moon:8086/svn/mips@35 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-28 19:19:01 +00:00
parent 3263f9d79c
commit a655e1c5d9
54 changed files with 1551 additions and 1583 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#include "libsys_boot.h"
extern uint32_t stack_ptr;
void handler3(void)
{
volatile uint32_t *pUART0_stat = (uint32_t*)SYS_UART_STAT;
@@ -37,7 +39,7 @@ void main()
*pGPIO = led;
if(led == 0)
{
memdump((uint8_t*)pRAM, 0, 16, 256);
memdump((uint8_t*)(0x7FFFEFF0-4096-256), 0, 16, 256);
}
led = (led+1) % 64;