Skip to content

Commit

Permalink
Updated code for RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
PProvost committed May 14, 2020
1 parent ed7a955 commit 5233420
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ports/cortex_m0/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@
#ifndef GX_PORT_H
#define GX_PORT_H

/* Determine if the optional GUIX user define file should be used. */

#ifdef GX_INCLUDE_USER_DEFINE_FILE

/* Include the user defines in gx_user.h. The defines in this file may
alternately be defined on the command line. */

#include "gx_user.h"

#endif

typedef INT GX_BOOL;

Expand Down
4 changes: 3 additions & 1 deletion ports/cortex_m3/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@
#ifndef GX_PORT_H
#define GX_PORT_H

/* Determine if the optional GUIX user define file should be used. */

#ifdef GX_INCLUDE_USER_DEFINE_FILE

/* Include the user defines in gx_user.h. The defines in this file may
alternately be defined on the command line. */

#include "gx_user.h"

#endif

typedef INT GX_BOOL;

Expand Down
4 changes: 3 additions & 1 deletion ports/cortex_m4/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@
#ifndef GX_PORT_H
#define GX_PORT_H

/* Determine if the optional GUIX user define file should be used. */

#ifdef GX_INCLUDE_USER_DEFINE_FILE

/* Include the user defines in gx_user.h. The defines in this file may
alternately be defined on the command line. */

#include "gx_user.h"

#endif

typedef INT GX_BOOL;

Expand Down
4 changes: 3 additions & 1 deletion ports/cortex_m7/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@
#ifndef GX_PORT_H
#define GX_PORT_H

/* Determine if the optional GUIX user define file should be used. */

#ifdef GX_INCLUDE_USER_DEFINE_FILE

/* Include the user defines in gx_user.h. The defines in this file may
alternately be defined on the command line. */

#include "gx_user.h"

#endif

typedef INT GX_BOOL;

Expand Down

0 comments on commit 5233420

Please sign in to comment.