Skip to content

Commit

Permalink
added header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Nov 26, 2023
1 parent 51275c9 commit b7f4573
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fw/EF_UART_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
limitations under the License.
*/

#ifndef EF_UART_REGS_H
#define EF_UART_REGS_H

#ifndef IO_TYPES
#define IO_TYPES
Expand Down Expand Up @@ -68,3 +69,5 @@ typedef struct _EF_UART_TYPE_ {
__RW im;
__R mis;
} EF_UART_TYPE;

#endif

0 comments on commit b7f4573

Please sign in to comment.