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 a1fff32 commit 9897ac6Copy full SHA for 9897ac6
shared-module/vectorio/VectorShape.c
@@ -14,7 +14,7 @@
14
#include "shared-bindings/vectorio/Rectangle.h"
15
16
// Lifecycle actions.
17
-//#define VECTORIO_SHAPE_DEBUG(...) (void)0
+// #define VECTORIO_SHAPE_DEBUG(...) (void)0
18
#define VECTORIO_SHAPE_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
19
20
@@ -23,7 +23,7 @@
23
24
25
// Really verbose.
26
-//#define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
+// #define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
27
#define VECTORIO_SHAPE_PIXEL_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
28
29
#define U32_TO_BINARY_FMT "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
0 commit comments