Skip to content

Commit

Permalink
runtime: fix ddstest help (#365)
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 31, 2016
1 parent 29a76bb commit 3c9e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/runtime/test_mode.c
Original file line number Diff line number Diff line change
@@ -572,7 +572,7 @@ static void help(void)
puts("ddsr <a> - read DDS register");
puts("ddsfud - pulse FUD");
puts("ddsftw <n> <d> - write FTW");
puts("ddstest <n> <c> - perform test sequence on DDS");
puts("ddstest <c> <n> - perform test sequence on DDS");
puts("leds <n> - set LEDs");
#if (defined CSR_SPIFLASH_BASE && defined CONFIG_SPIFLASH_PAGE_SIZE)
puts("fserase - erase flash storage");

0 comments on commit 3c9e407

Please sign in to comment.