Update midi_Platform.h
This commit is contained in:
parent
122ebe1dc3
commit
bd2f6476b2
|
|
@ -39,6 +39,13 @@ struct DefaultPlatform
|
||||||
static unsigned long now() { return ::millis(); };
|
static unsigned long now() { return ::millis(); };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
struct DefaultPlatform
|
||||||
|
{
|
||||||
|
static unsigned long now() { return 0; };
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
END_MIDI_NAMESPACE
|
END_MIDI_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue