Skip to content

Commit

Permalink
Remove stdbool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jun 12, 2024
1 parent 972fc1b commit 1b7e140
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Libraries/PeriphDrivers/Source/UART/uart_reva.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
******************************************************************************/

#include <stdio.h>
#include <stdbool.h>
#include "mxc_device.h"
#include "mxc_assert.h"
#include "uart.h"
Expand Down
1 change: 0 additions & 1 deletion Libraries/PeriphDrivers/Source/UART/uart_revb.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
******************************************************************************/

#include <stdio.h>
#include <stdbool.h>
#include "mxc_device.h"
#include "mxc_assert.h"
#include "uart.h"
Expand Down

0 comments on commit 1b7e140

Please sign in to comment.