Marc Bax / Mbed 2 deprecated Flexbook180111a

Dependencies:   SDFileSystem app epson mbed msp430 pl tests

log.h

Committer:
marcbax
Date:
2018-01-11
Revision:
0:c643d398cdb6

File content as of revision 0:c643d398cdb6:

//
// Filename: log.h
//
// Diagnostic logger.
//

#ifndef LOG_H
#define LOG_H

#include <string>

extern void Log(const std::string &data);

#endif // LOG_H