@daduke special build #2 - release

This commit is contained in:
Sebastien
2019-11-18 13:08:51 -05:00
parent 98de501e71
commit c84722d8e8
2 changed files with 4 additions and 3 deletions

View File

@@ -440,6 +440,7 @@ static void *output_thread_i2s() {
TIME_MEASUREMENT_START(timer_start);
#ifdef TAS575x
// handle jack insertion as a polling function (to avoid to have to do de-bouncing)
if (gpio_get_level(JACK_GPIO) != jack_status) {
jack_status = gpio_get_level(JACK_GPIO);
@@ -448,7 +449,7 @@ static void *output_thread_i2s() {
LOG_INFO("Changing jack status %d", jack_status);
}
}
#endif
LOCK;
// manage led display