satitchula-prusa/Tests/Arduino.h

13 lines
200 B
C
Raw Permalink Normal View History

2022-01-29 10:28:20 +00:00
/**
* @file
* @brief Mock file to allow test compilation.
* @author Marek Bel
*/
#ifndef TESTS_ARDUINO_H_
#define TESTS_ARDUINO_H_
extern unsigned long millis();
#endif /* TESTS_ARDUINO_H_ */