mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
fix variable names
This commit is contained in:
parent
031e3c1a7e
commit
00f7762142
1 changed files with 2 additions and 2 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue