Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.
This commit is contained in:
parent
cbc00c843a
commit
8f7437dda2
4 changed files with 14 additions and 12 deletions
|
@ -37,6 +37,9 @@
|
|||
#define _V2_PROTOCOL_
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "../Descriptors.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue