mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 20:52:02 +00:00
6 lines
97 B
C++
6 lines
97 B
C++
|
|
#include "variant.h"
|
||
|
|
#include "Arduino.h"
|
||
|
|
void earlyInitVariant()
|
||
|
|
{
|
||
|
|
pinMode(KB_INT, INPUT);
|
||
|
|
}
|