mirror of
https://github.com/meshtastic/firmware.git
synced 2026-06-01 04:35:14 -04:00
add a .clang-format file (#9154)
This commit is contained in:
@@ -8,14 +8,13 @@ SerialKeyboardImpl *aSerialKeyboardImpl;
|
||||
|
||||
SerialKeyboardImpl::SerialKeyboardImpl() : SerialKeyboard("serialKB") {}
|
||||
|
||||
void SerialKeyboardImpl::init()
|
||||
{
|
||||
if (!INPUTBROKER_SERIAL_TYPE) {
|
||||
disable();
|
||||
return;
|
||||
}
|
||||
void SerialKeyboardImpl::init() {
|
||||
if (!INPUTBROKER_SERIAL_TYPE) {
|
||||
disable();
|
||||
return;
|
||||
}
|
||||
|
||||
inputBroker->registerSource(this);
|
||||
inputBroker->registerSource(this);
|
||||
}
|
||||
|
||||
#endif // INPUTBROKER_SERIAL_TYPE
|
||||
Reference in New Issue
Block a user