Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
Teensy3.1
Please this is the error i get after compiling Error: Cannot open source input file "USBDevice/USBDevice/USBEndpoints.h": No such file or directory in "USBSerial/USBCDC.h", Line: 23, Col: 47
1 Answer
10 years ago.
Can you import and replace the mbed library files with mbed-src library:
https://developer.mbed.org/users/mbed_official/code/mbed-src/
It should then work.
Or you can import this program, it should import the mbed-src library at the same time.
https://developer.mbed.org/teams/CommunityContributors/code/USBSerial-RTC-HelloWorld/
edit...
Official mbed libraries now have the clock set up's added.