Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport().

This commit is contained in:
Dean Camera 2010-02-08 03:32:31 +00:00
parent 7ae91099e9
commit 3ab0b3a027
2 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,6 @@
#include "TINYNVM.h"
#if defined(ENABLE_XPROG_PROTOCOL) || defined(__DOXYGEN__)
#warning TPI Protocol support is currently incomplete and is not suitable for general use.
/** Sends the given pointer address to the target's TPI pointer register */
static void TINYNVM_SendPointerAddress(const uint16_t AbsoluteAddress)