- better info at booting
git-svn-id: http://moon:8086/svn/mips@14 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -3,9 +3,9 @@ void test()
|
||||
{
|
||||
volatile uint32_t *pGPIO = (uint32_t*)SYS_GPIO_0_DATA;
|
||||
volatile uint32_t *pGPIODIR = (uint32_t*)SYS_GPIO_0_DIR;
|
||||
|
||||
volatile uint32_t *pSDRAM32 = (uint32_t*)SDRAM_BASE;
|
||||
|
||||
*pGPIODIR = GPIO_0_DFLT_DIR;
|
||||
|
||||
*pGPIO = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user