Changes between Version 159 and Version 160 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/19/25 13:38:36 (2 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v159 v160  
    108108}}}
    109109
    110 4. Some apps may have //stime// function call that is no longer supported. This code should be updated to use //clock_settime//. For example:
     1104. Some apps may have //stime// function call to set the indicator date/time. The //stime// function is no longer supported. This code should be updated to use //clock_settime//. For example:
    111111   {{{#!c++
    112112// stime(&rawtime);