Skip to content

Commit 2ff2ed6

Browse files
committed
Fix board.h include guards define names
1 parent bb0d10f commit 2ff2ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/board.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
1818

19-
#ifndef __TARGET_INIT_H
20-
#define __TARGET_INIT_H
19+
#ifndef __BOARD_H
20+
#define __BOARD_H
2121

2222
#define BOARD_APP_DEFAULT_ADD 0x08040000
2323

@@ -130,4 +130,4 @@
130130

131131
extern int target_empty_keys();
132132

133-
#endif /* __TARGET_INIT_H */
133+
#endif /* __BOARD_H */

0 commit comments

Comments
 (0)