summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-01-31 14:39:52 +1100
committerjacqueline <me@jacqueline.id.au>2023-01-31 14:39:52 +1100
commitaae18719991c29a286d69661264d261004ee7aeb (patch)
tree71142524e06edc60c1d5d07b60426c38dd72f25a /src/main/main.cpp
parentef8d404b15e6d32506617a95aa3161fbe59ecdaf (diff)
downloadtangara-fw-aae18719991c29a286d69661264d261004ee7aeb.tar.gz
remove unused ISR allocation
this was blocking the i2s driver somehow!(?)
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 06908ef3..fde416ce 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -89,7 +89,6 @@ void lvgl_main(void* voidArgs) {
extern "C" void app_main(void) {
ESP_LOGI(TAG, "Initialising peripherals");
- ESP_ERROR_CHECK(gpio_install_isr_service(ESP_INTR_FLAG_LOWMED));
ESP_ERROR_CHECK(drivers::init_i2c());
ESP_ERROR_CHECK(drivers::init_spi());