Hello all
I was just following the thread launched by Alex concerning nrf 52 dongle driven from serial port, which is also very important to me, and now that thread is already closed.
I was just trying to compile the usbd_cdc_acm example... I updated it for donge hardware (changed project properties) but when compilling the sample I see these errors:
‘TX_PIN_NUMBER’ undeclared (first use in this function); did you mean ‘P0_PIN_NUM’?
‘RX_PIN_NUMBER’ undeclared (first use in this function); did you mean ‘P0_PIN_NUM’?
Please, could you guide me to solve these compiler errors.
I am compilling it in ubuntu machine, using SES and SDK 15
Thank you
Ub