mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
Compilation fix
This commit is contained in:
parent
37df6f1968
commit
bbadf9064a
1 changed files with 5 additions and 0 deletions
|
@ -236,3 +236,8 @@ ISR(INT3_vect) // Arduino2560 IO18 (portD pin3)
|
|||
#endif
|
||||
}
|
||||
|
||||
// RTC driver
|
||||
void rtcSetTime(const struct gtm * tm)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue