- increased RAM test size
git-svn-id: http://moon:8086/svn/mips@18 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -13,7 +13,7 @@ void main()
|
|||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
*pGPIO = led;
|
*pGPIO = led;
|
||||||
for (i=0; i < 4096; i++)
|
for (i=0; i < 1024*1024; i++)
|
||||||
{
|
{
|
||||||
pRAM[i] = i;
|
pRAM[i] = i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user