mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-11 22:23:59 +02:00
Merge branch 'master' of github.com:brmlab/edubrm
This commit is contained in:
commit
e9713ca9b7
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)
|
void SetOutReport (uint8_t dst[], uint32_t length)
|
||||||
{
|
{
|
||||||
uint8_t which, wavetype, chan, states;
|
uint8_t which, wavetype, chan, states, gain, state;
|
||||||
uint16_t duty, mult;
|
uint16_t duty;
|
||||||
uint32_t freq;
|
uint32_t freq;
|
||||||
|
|
||||||
switch (dst[0]) {
|
switch (dst[0]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue