diff options
Diffstat (limited to 'contrib/gen-stellaris-part-header.pl')
-rwxr-xr-x | contrib/gen-stellaris-part-header.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gen-stellaris-part-header.pl b/contrib/gen-stellaris-part-header.pl index 0cc567f7..68f2889b 100755 --- a/contrib/gen-stellaris-part-header.pl +++ b/contrib/gen-stellaris-part-header.pl @@ -6,7 +6,7 @@ $comment = "// Autogenerated by contrib/gen-stellaris-part-header.pl // From Stellaris Firmware Development Package revision"; -$struct_header = "static struct { +$struct_header = "static const struct { uint8_t class; uint8_t partno; const char *partname; |