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