Firmware2/Marlin/src/gcode/bedlevel/mbl
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.

Co-Authored-By: ejtagle <ejtagle@hotmail.com>
2018-05-13 04:52:56 -05:00
..
G29.cpp Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
M421.cpp