Browse Source

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

changelog
Drashna Jaelre 3 years ago
committed by GitHub
parent
commit
6b9a7e21e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      drivers/avr/uart.h

+ 1
- 0
drivers/avr/uart.h View File

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


Loading…
Cancel
Save