Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Peach_AudioChannelDividerAndCompensator
Diff: USBDevice/USBHAL_LPC17.cpp
- Revision:
- 55:c7fd9d44ec8e
- Parent:
- 25:7c72828865f3
--- a/USBDevice/USBHAL_LPC17.cpp Fri May 22 08:45:47 2015 +0100 +++ b/USBDevice/USBHAL_LPC17.cpp Mon Jun 01 11:01:13 2015 +0100 @@ -16,7 +16,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC2460) #include "USBHAL.h"