Arduino.h 200 B

123456789101112
  1. /**
  2. * @file
  3. * @brief Mock file to allow test compilation.
  4. * @author Marek Bel
  5. */
  6. #ifndef TESTS_ARDUINO_H_
  7. #define TESTS_ARDUINO_H_
  8. extern unsigned long millis();
  9. #endif /* TESTS_ARDUINO_H_ */