CMake: remove string.h in STM32 usb, already included (#13773)

pull/13566/head
Martin Kojtal 2020-10-16 15:41:03 +01:00 committed by Hugues Kamba
parent 0ddc75a8f6
commit 448986feb6
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include "platform/mbed_power_mgmt.h"
#include "USBPhy.h"
#include "PeripheralPins.h"
#include "string.h"
#if !defined(MBED_CONF_TARGET_USB_SPEED)