Skip to content

Commit

Permalink
Add missing gpio and chibios defs to uart.h (qmk#22033)
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 17, 2023
1 parent 39fafda commit 1fbd45a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/chibios/drivers/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

#include <hal.h>

#include "gpio.h"
#include "chibios_config.h"

#ifndef SERIAL_DRIVER
# define SERIAL_DRIVER SD1
#endif
Expand Down

0 comments on commit 1fbd45a

Please sign in to comment.