From 5742abe6d9771e0bbfb5477645d7357c7d595702 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu <bogdan.marinescu@gmail.com> Date: Wed, 23 Oct 2013 17:28:05 +0300 Subject: [PATCH] Added the new RawSerial.h in mbed.h --- libraries/mbed/api/mbed.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/mbed/api/mbed.h b/libraries/mbed/api/mbed.h index bba24a76db..2beef24150 100644 --- a/libraries/mbed/api/mbed.h +++ b/libraries/mbed/api/mbed.h @@ -48,6 +48,7 @@ #include "I2CSlave.h" #include "Ethernet.h" #include "CAN.h" +#include "RawSerial.h" // mbed Internal components #include "Timer.h"