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