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 623db90 commit fddac75Copy full SHA for fddac75
Firmware/pong/oled/Edison_OLED.h
@@ -26,7 +26,7 @@
26
#ifndef EDISON_OLED_H
27
#define EDISON_OLED_H
28
29
-#define swap(a, b) { unsigned char t = a; a = b; b = t; }
+#define swapOLED(a, b) { unsigned char t = a; a = b; b = t; }
30
31
#define BLACK 0
32
#define WHITE 1
0 commit comments