comparison target-utils/buzplayer/pwt.c @ 822:7c02cc7f28df

buzplayer: PWT tone playing command shortened to bzt
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 30 May 2021 04:11:17 +0000
parents 16bee7b6bd6b
children
comparison
equal deleted inserted replaced
821:16bee7b6bd6b 822:7c02cc7f28df
44 else 44 else
45 printf("ERROR: \"on\" or \"off\" argument expected\n"); 45 printf("ERROR: \"on\" or \"off\" argument expected\n");
46 } 46 }
47 47
48 void 48 void
49 cmd_buzpwt(argbulk) 49 cmd_bzt(argbulk)
50 char *argbulk; 50 char *argbulk;
51 { 51 {
52 char *argv[3]; 52 char *argv[3];
53 u32 note, vol; 53 u32 note, vol;
54 int c; 54 int c;