Skip to content

Commit

Permalink
Include stdbool.h in uart.h (#11728)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jan 30, 2021
1 parent 4fe4087 commit 6b9a7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/avr/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#pragma once

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

void uart_init(uint32_t baud);

Expand Down

0 comments on commit 6b9a7e2

Please sign in to comment.