Skip to content

Commit 82675c6

Browse files
committed
Put a comma after "kTarget_Version_Bugfix = 0" to make it easier to parse by external scripts.
1 parent 467acc5 commit 82675c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

targets/MK22F51212/src/target_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ enum _target_version_constants
6262
kTarget_Version_Name = 'T',
6363
kTarget_Version_Major = 1,
6464
kTarget_Version_Minor = 0,
65-
kTarget_Version_Bugfix = 0
65+
kTarget_Version_Bugfix = 0,
6666
};
6767

6868
#endif // __TARGET_CONFIG_H__

0 commit comments

Comments
 (0)