custom for >5 resources
Fork of mbedConnectorInterface by
Diff: api/Logger.cpp
- Revision:
- 16:383ad1356963
- Parent:
- 5:a929d65eb385
diff -r 8ada80242804 -r 383ad1356963 api/Logger.cpp --- a/api/Logger.cpp Thu Feb 05 14:49:04 2015 +0000 +++ b/api/Logger.cpp Fri Feb 06 04:07:51 2015 +0000 @@ -23,9 +23,9 @@ #include "Logger.h" // Constructor -Logger::Logger(const BufferedSerial *pc) +Logger::Logger(const RawSerial *pc) { - this->m_pc = (BufferedSerial *)pc; + this->m_pc = (RawSerial *)pc; } // Copy Constructor