1
0
Fork 0

drivers: remove direct quantum.h includes (#21473)

This commit is contained in:
Ryan 2023-07-09 20:03:50 +10:00 committed by GitHub
parent 726132fb69
commit b6d9409d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 30 additions and 23 deletions

View file

@ -5,6 +5,7 @@
#include "serial_usart.h"
#include "serial_protocol.h"
#include "synchronization_util.h"
#include "chibios_config.h"
#if defined(SERIAL_USART_CONFIG)
static QMKSerialConfig serial_config = SERIAL_USART_CONFIG;