Skip to content

Commit cd94443

Browse files
author
Cruz Monrreal
authored
Merge pull request #8489 from tkem/fix/uartserial-include
Clean up UARTSerial.cpp includes.
2 parents e2298a7 + fdc6754 commit cd94443

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/UARTSerial.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
#include "drivers/UARTSerial.h"
1617

1718
#if (DEVICE_SERIAL && DEVICE_INTERRUPTIN)
1819

19-
#include <errno.h>
20-
#include "UARTSerial.h"
2120
#include "platform/mbed_poll.h"
2221

2322
#if MBED_CONF_RTOS_PRESENT

0 commit comments

Comments
 (0)