Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport().
This commit is contained in:
parent
7ae91099e9
commit
3ab0b3a027
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue