Merge pull request #8489 from tkem/fix/uartserial-include

Clean up UARTSerial.cpp includes.
pull/8515/head
Cruz Monrreal 2018-10-23 09:37:04 -05:00 committed by GitHub
commit cd944431e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -13,11 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "drivers/UARTSerial.h"
#if (DEVICE_SERIAL && DEVICE_INTERRUPTIN)
#include <errno.h>
#include "UARTSerial.h"
#include "platform/mbed_poll.h"
#if MBED_CONF_RTOS_PRESENT