pubsubclient/AAL/Arduino.cpp

12 lines
129 B
C++
Raw Permalink Normal View History

#include <Arduino.h>
#include <stdint.h>
millis_t millis() {
return HAL_GetTick();
2020-11-12 12:29:42 +01:00
}
void yield() {
// does nothing
}