We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944f3d9 commit 7938798Copy full SHA for 7938798
Adafruit_GFX.cpp
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
42
#endif
43
44
#ifndef min
45
- #define min(a,b) ((a < b) ? a : b)
+#define min(a,b) (((a) < (b)) ? (a) : (b))
46
47
48
Adafruit_GFX::Adafruit_GFX(int16_t w, int16_t h):
0 commit comments