mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Include stdbool.h in uart.h (#11728)
This commit is contained in:
parent
4fe4087d4a
commit
6b9a7e21e9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
void uart_init(uint32_t baud);
|
||||
|
||||
|
|
Loading…
Reference in a new issue