Merge pull request #4185 from sarahmarshy/mbed-debug-include

Include mbed_debug.h in mbed.h
pull/4353/head
Sam Grove 2017-05-18 09:38:04 -05:00 committed by GitHub
commit bcc69b4fcc
1 changed files with 1 additions and 0 deletions

1
mbed.h
View File

@ -67,6 +67,7 @@
#include "platform/mbed_error.h" #include "platform/mbed_error.h"
#include "platform/mbed_interface.h" #include "platform/mbed_interface.h"
#include "platform/mbed_assert.h" #include "platform/mbed_assert.h"
#include "platform/mbed_debug.h"
// mbed Peripheral components // mbed Peripheral components
#include "drivers/DigitalIn.h" #include "drivers/DigitalIn.h"