Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtUnits


Ignore:
Timestamp:
03/12/25 07:24:27 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtUnits

    v3 v4  
    22Resets the previous weight units so the next call to IsWtUnitsChanged will return true.
    33
    4 {{{
     4{{{#!c++
    55void ResetPrevWtUnits(void);
    66
     
    2323== Examples ==
    2424
    25 {{{
     25{{{#!c++
    2626// After clearing a menu display reset the previous weight units so the units will be redrawn
    2727ResetPrevWtUnits();