1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 23:35:17 +03:00

Compilation fix

This commit is contained in:
Damjan Adamic 2016-09-02 22:48:20 +02:00
parent 37df6f1968
commit bbadf9064a

View file

@ -236,3 +236,8 @@ ISR(INT3_vect) // Arduino2560 IO18 (portD pin3)
#endif
}
// RTC driver
void rtcSetTime(const struct gtm * tm)
{
}