Add missing gpio and chibios defs to uart.h (#22033)

This commit is contained in:
Constantine Karos 2023-09-17 08:18:26 -04:00 committed by GitHub
parent 39fafdac0f
commit 1fbd45a594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@
#include <hal.h>
#include "gpio.h"
#include "chibios_config.h"
#ifndef SERIAL_DRIVER
# define SERIAL_DRIVER SD1
#endif