~ruther/qmk_firmware

6b9a7e21e953d68d6ae093c2d727f1f3ac2798c0 — Drashna Jaelre 4 years ago 4fe4087
Include stdbool.h in uart.h (#11728)

1 files changed, 1 insertions(+), 0 deletions(-)

M drivers/avr/uart.h
M drivers/avr/uart.h => drivers/avr/uart.h +1 -0
@@ 24,6 24,7 @@
#pragma once

#include <stdint.h>
#include <stdbool.h>

void uart_init(uint32_t baud);