Skip to content

Commit

Permalink
update header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 8, 2024
1 parent feff583 commit 8e5b41e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/configs/isvp_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#define CONFIG_CMD_FS_GENERIC 1
#define CONFIG_CMD_GPIO 1
#define CONFIG_SYS_HUSH_PARSER 1
#define CONFIG_CMD_TFTPDOWNLOAD 1

#define CONFIG_NETMASK 255.255.255.0
#define CONFIG_GATEWAYIP 192.168.1.1
Expand Down
2 changes: 1 addition & 1 deletion include/configs/isvp_t21.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@

#define CONFIG_GPIO_SETTINGS

#endif /*__CONFIG_ISVP_T10_H__*/
#endif /*__CONFIG_ISVP_T20_H__*/
2 changes: 1 addition & 1 deletion include/configs/isvp_t30.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,4 @@

#define CONFIG_GPIO_SETTINGS

#endif /*__CONFIG_ISVP_T10_H__*/
#endif /*__CONFIG_ISVP_T30_H__*/

0 comments on commit 8e5b41e

Please sign in to comment.