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

master
Constantine Karos 2 years ago committed by GitHub
parent 39fafdac0f
commit 1fbd45a594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      platforms/chibios/drivers/uart.h

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

Loading…
Cancel
Save