mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 01:52:48 +00:00
silence compiler warnings
This commit is contained in:
parent
feef86942d
commit
5c7c1cd253
@ -33,7 +33,7 @@
|
|||||||
#define KEY_NUMLOCK (1 << 6)
|
#define KEY_NUMLOCK (1 << 6)
|
||||||
#define KEY_COUNT_MASK (0x1F)
|
#define KEY_COUNT_MASK (0x1F)
|
||||||
|
|
||||||
BBQ10Keyboard::BBQ10Keyboard() : m_wire(nullptr), m_addr(NULL), writeCallback(nullptr), readCallback(nullptr) {}
|
BBQ10Keyboard::BBQ10Keyboard() : m_wire(nullptr), m_addr(0), readCallback(nullptr), writeCallback(nullptr) {}
|
||||||
|
|
||||||
void BBQ10Keyboard::begin(uint8_t addr, TwoWire *wire)
|
void BBQ10Keyboard::begin(uint8_t addr, TwoWire *wire)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user