1
0
Fork 0

Include stdbool.h in uart.h (#11728)

This commit is contained in:
Drashna Jaelre 2021-01-29 23:35:16 -08:00 committed by GitHub
parent 4fe4087d4a
commit 6b9a7e21e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
void uart_init(uint32_t baud);