Skip to content

Commit

Permalink
fix idf 4.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Feb 11, 2024
1 parent 58a44ee commit 73e9a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output_lcd/lcd_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "esp_heap_caps.h"
#include "esp_intr_alloc.h"
#include "hal/gpio_types.h"
#include "soc/clk_tree_defs.h"

#ifdef RENDER_METHOD_LCD

Expand All @@ -25,6 +24,7 @@
#include <driver/rmt_types_legacy.h>
#include <esp_private/periph_ctrl.h>
#include <hal/rmt_types.h>
#include <soc/clk_tree_defs.h>
#else
#include <driver/periph_ctrl.h>
#include <driver/rmt.h>
Expand Down

0 comments on commit 73e9a74

Please sign in to comment.