Skip to content

Commit b512014

Browse files
committed
Default to TT04 shuttle, to pass basic tests over yonder
1 parent cefcc98 commit b512014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ttboard/boot/rom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def contents(self):
7373

7474
log.info(f'Got ROM data {rom_data}')
7575

76-
self._contents = {}
76+
self._contents = {'shuttle':'tt04', 'commit':'FAKEDATA'}
7777
if not len(rom_data):
7878
log.warn("ROM data empty")
7979
else:

0 commit comments

Comments
 (0)