Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
- Timestamp:
- 12/13/12 15:22:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent
v2 v3 26 26 MNBD_EVENT(WtRcv) 27 27 { 28 return 0; 28 if(IsGrossWtChanged(1)) 29 { 30 DisplayText(0, 40, GetChangedGrossWt(1), 0, BIG_FONT); 31 } 32 return 0; 29 33 } 30 34 }}}