Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: utility/logging.h
- Revision:
- 25:ef941d560208
- Parent:
- 24:fb407a7f57bb
- Child:
- 27:d9ce3afa4e53
--- a/utility/logging.h Sat Jan 14 21:25:56 2017 +0100 +++ b/utility/logging.h Sat Jan 14 22:35:26 2017 +0100 @@ -22,8 +22,9 @@ #if ACTLOGLEVEL>LOG_NONE #if defined(ARDUINO) + #include <Arduino.h> #include "HardwareSerial.h" - #if defined(__STM32F1__) || defined(__STM32F3__) || defined(__STM32F4__) + #if defined(__STM32F1__) || defined(__STM32F3__) || defined(STM32F3) || defined(__STM32F4__) || defined(ARDUINO_ARCH_SAM) #define LogObject Serial1 #else #define LogObject Serial