Fork and fix for mwork

Dependencies:   mbed-dev-f303 FastPWM3 millis

macro.h

Committer:
annhandt09
Date:
2020-06-29
Revision:
59:568e7be5232f
Parent:
58:fb799e99a5f7

File content as of revision 59:568e7be5232f:

#ifndef macro_h
#define macro_h
#include "mbed.h"
#include "mode.h"

extern Serial *pc ;
extern int io_mode;
#define Serial_printf(...) cond_printf(__VA_ARGS__)
void cond_printf(const char *format, ...);
#endif