1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Remove a debug statement from trx.c, add config changes for at91

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7491 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg
2007-06-04 17:39:38 +00:00
parent b5cb1795de
commit 2f8d658a22
5 changed files with 17 additions and 10 deletions

View File

@@ -231,7 +231,6 @@ int main(int argc, char **argv)
fclose(out);
printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]);
return EXIT_SUCCESS;
}