1
0

[groundtest] testramaddr constant in package

This commit is contained in:
Henry Cook
2016-11-16 18:42:56 -08:00
parent e1992d7c55
commit 92e233d596
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
package object groundtest {
val testRamAddr = 0x10000
}