diff options
Diffstat (limited to 'demo/source/initdat.c')
-rw-r--r-- | demo/source/initdat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/source/initdat.c b/demo/source/initdat.c index 4d0b420..c6e8749 100644 --- a/demo/source/initdat.c +++ b/demo/source/initdat.c @@ -4,7 +4,7 @@ void axd_initdat(axd_dat * const _dat) { _dat->col = 0x4u; - _dat->pos.x = 0x1u; - _dat->pos.y = 0x1u; + _dat->pos.x = 0x2u; + _dat->pos.y = 0x2u; _dat->vaddr = 0x600'0000u; } |