Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.

This commit is contained in:
Dean Camera 2010-11-17 05:46:18 +00:00
parent cbc00c843a
commit 8f7437dda2
4 changed files with 14 additions and 12 deletions

View file

@ -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"