- increased RAM test size

git-svn-id: http://moon:8086/svn/mips@18 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-17 19:18:10 +00:00
parent 98fcbee8a2
commit 38cf4f2e70
+1 -1
View File
@@ -13,7 +13,7 @@ void main()
while(1)
{
*pGPIO = led;
for (i=0; i < 4096; i++)
for (i=0; i < 1024*1024; i++)
{
pRAM[i] = i;
}