Skip to content

Commit

Permalink
Add stdbool to all uart.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Oct 20, 2023
1 parent 1a336ea commit 2d325eb
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32520/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32520_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32570/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32570_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32572/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32572_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32650/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32650_UART_H_

/***** Includes *****/
#include <stdbool.h>
#include <stdint.h>
#include "uart_regs.h"
#include "mxc_sys.h"
Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32655/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32655_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32660/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32660_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"
#include "mxc_pins.h"
Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32662/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32662_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"
#include "mxc_pins.h"
Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32665/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32665_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"
#include "mxc_pins.h"
Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32670/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32670_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32672/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32672_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32675/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32675_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32680/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32680_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX32690/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32690_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down
1 change: 1 addition & 0 deletions Libraries/PeriphDrivers/Include/MAX78002/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX78002_UART_H_

/***** Definitions *****/
#include <stdbool.h>
#include "uart_regs.h"
#include "mxc_sys.h"

Expand Down

0 comments on commit 2d325eb

Please sign in to comment.