Nut/OS Upgrade

From Nutwiki
Revision as of 17:02, 27 October 2016 by Harald (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Issues while upgrading to Nut/OS 4.8

Issues while upgrading from Nut/OS 4.9.10 to Nut/OS 5.1

RTC subsystem Additional argument (NUTRTC * rtc) in all functions prototypes defined in NUTRTC structure.

Code from 4.9 looks like:

rtc->rtc_gettime(&tm_temp);

Should be changed to:

rtc->rtc_gettime(rtc, &tm_temp);