Fixed external microphone sticky PTT button on MD-UV380

This commit is contained in:
Federico Amedeo Izzo 2021-08-11 21:07:05 +02:00
parent f286245f4f
commit c69c2be478
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void platform_init()
gpio_setMode(RED_LED, OUTPUT);
gpio_setMode(PTT_SW, INPUT_PULL_UP);
gpio_setMode(PTT_EXT, INPUT);
gpio_setMode(PTT_EXT, INPUT_PULL_UP);
/*
* Initialise ADC1, for vbat, RSSI, ...