Skip to content

Commit ca42da6

Browse files
committedApr 6, 2022
Fix board.h include guards define names
1 parent 9762c87 commit ca42da6

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

@@ -135,4 +135,4 @@
135135
#define BOARD_USB_OTG_HS_DIR_ALTERNATE (GPIO_AF10_OTG2_HS)
136136
#define BOARD_USB_OTG_HS_DIR_GPIO (GPIOI)
137137

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

0 commit comments

Comments
 (0)
Please sign in to comment.