Merge branch 'develop' into contrib/routing-api
This commit is contained in:
commit
08c0352330
@ -122,5 +122,5 @@ const struct configuration_st {
|
||||
|
||||
};
|
||||
|
||||
const struct usb_st_configuration_descriptor const *configuration_head =
|
||||
(struct usb_st_configuration_descriptor const*)&configuration_block;
|
||||
const struct usb_st_configuration_descriptor* const configuration_head =
|
||||
(const struct usb_st_configuration_descriptor*)&configuration_block;
|
||||
|
@ -6,5 +6,5 @@
|
||||
#endif
|
||||
|
||||
extern const struct usb_st_device_descriptor device_descriptor;
|
||||
extern const struct usb_st_configuration_descriptor const *configuration_head;
|
||||
extern const struct usb_st_configuration_descriptor* const configuration_head;
|
||||
#endif /* DESCRIPTORS_H_RPFUB8O7OV__ */
|
||||
|
@ -161,7 +161,7 @@ const struct configuration_st {
|
||||
|
||||
};
|
||||
|
||||
const struct usb_st_configuration_descriptor const *configuration_head =
|
||||
(struct usb_st_configuration_descriptor const *)&configuration_block;
|
||||
const struct usb_st_configuration_descriptor* const configuration_head =
|
||||
(const struct usb_st_configuration_descriptor*)&configuration_block;
|
||||
|
||||
/** @} */
|
||||
|
@ -6,5 +6,5 @@
|
||||
#endif
|
||||
|
||||
extern const struct usb_st_device_descriptor device_descriptor;
|
||||
extern const struct usb_st_configuration_descriptor const *configuration_head;
|
||||
extern const struct usb_st_configuration_descriptor* const configuration_head;
|
||||
#endif /* DESCRIPTORS_H_RPFUB8O7OV__ */
|
||||
|
Loading…
Reference in New Issue
Block a user