rockbox/utils/hwstub/stub/stmp/hwstub.db
Amaury Pouly f365a5123f hwstub: forgot the db command file for stmp
Change-Id: I08ca6be221d3633c5b6e5e4b023afca33713e428
2013-12-06 11:37:10 +01:00

15 lines
117 B
Text

options
{
flags = 0x100;
}
sources
{
hwstub = extern(0);
}
section(0)
{
load hwstub > 0;
jump 0;
}