diff options
Diffstat (limited to 'Transceiver52M/radioClock.h')
-rw-r--r-- | Transceiver52M/radioClock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/radioClock.h b/Transceiver52M/radioClock.h index 4ce8416..af45125 100644 --- a/Transceiver52M/radioClock.h +++ b/Transceiver52M/radioClock.h @@ -26,6 +26,8 @@ class RadioClock { public: + static GSM::Time adjust(GSM::Time &base, GSM::Time &offset); + void set(const GSM::Time& wTime); void adjust(GSM::Time &wOffset); void incTN(); |