File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ __WEAK const target_family_descriptor_t g_maxim_max3266x_family = {0};
73
73
//! descriptors has a weak reference defined above, the entry in this list for a family whose
74
74
//! descriptor is not included in the link will resolve to NULL and init_family() can skip it.
75
75
__WEAK
76
- const target_family_descriptor_t * g_families [] = {
76
+ const target_family_descriptor_t * const g_families [] = {
77
77
& g_hw_reset_family ,
78
78
& g_sw_vectreset_family ,
79
79
& g_sw_sysresetreq_family ,
Original file line number Diff line number Diff line change @@ -3323,7 +3323,7 @@ const struct {
3323
3323
}
3324
3324
3325
3325
__WEAK \
3326
- struct {
3326
+ const struct {
3327
3327
WEBUSB_URL_DEF (WEBUSB_LANDING_URL );
3328
3328
WEBUSB_URL_DEF (WEBUSB_ORIGIN_URL );
3329
3329
} USBD_WebUSBURLDescriptor
You can’t perform that action at this time.
0 commit comments