8050864226
Previously, the CC2538 port would compile USB-related files from their original location under the CC2531 CPU dir. We are now removing the latter, but we need to keep those files.
11 lines
297 B
C
11 lines
297 B
C
#ifndef DESCRIPTORS_H_RPFUB8O7OV__
|
|
#define DESCRIPTORS_H_RPFUB8O7OV__
|
|
|
|
#ifndef STRUCTGEN
|
|
#include "usb.h"
|
|
#endif
|
|
|
|
extern const struct usb_st_device_descriptor device_descriptor;
|
|
extern const struct usb_st_configuration_descriptor const *configuration_head;
|
|
#endif /* DESCRIPTORS_H_RPFUB8O7OV__ */
|