Hi,
I would like to extern APP_USBD_STRING_ID_PRODUCT , APP_USBD_STRINGS_PRODUCT, APP_USBD_DEVICE_VER_MAJOR etc. from sdk_config.h to macro like USB_PRODUCT_ID_STRING in file main.c i.e similar to one in BLE examples.
#define DEVICE_NAME "Nordic_Blinky" #define MANUFACTURER_NAME "NordicSemiconductor"
Are there some example files to define USB related macro in main file or other file?
SDK 15.2, SD 140, NRF52840.
Regards