fix variable names

This commit is contained in:
Pavol Rusnak 2011-04-21 21:07:08 +02:00
parent 031e3c1a7e
commit 00f7762142

View file

@ -20,8 +20,8 @@ void GetInReport (uint8_t src[], uint32_t length)
void SetOutReport (uint8_t dst[], uint32_t length)
{
uint8_t which, wavetype, chan, states;
uint16_t duty, mult;
uint8_t which, wavetype, chan, states, gain, state;
uint16_t duty;
uint32_t freq;
switch (dst[0]) {