Skip to content

Commit

Permalink
drivers: display: gc9x01x: fix bindings include
Browse files Browse the repository at this point in the history
The GC9X01X driver relies on panel.h instead of gc9x01x.h (doesn't
exist).

Signed-off-by: Joel Guittet <[email protected]>
  • Loading branch information
joelguittet authored and fabiobaltieri committed Feb 5, 2024
1 parent 8f26706 commit e90613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/display/display_gc9x01x.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "display_gc9x01x.h"

#include <zephyr/dt-bindings/display/gc9x01x.h>
#include <zephyr/dt-bindings/display/panel.h>
#include <zephyr/drivers/display.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/spi.h>
Expand Down

0 comments on commit e90613e

Please sign in to comment.