Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtUnits
- Timestamp:
- 03/12/25 07:24:27 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtUnits
v3 v4 2 2 Resets the previous weight units so the next call to IsWtUnitsChanged will return true. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ResetPrevWtUnits(void); 6 6 … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 // After clearing a menu display reset the previous weight units so the units will be redrawn 27 27 ResetPrevWtUnits();