yet more failures of local pre-commit to find that which github pre-commit does

This commit is contained in:
Kenny 2021-08-08 00:25:17 -07:00
parent a1fff320fb
commit 9897ac6b5c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#include "shared-bindings/vectorio/Rectangle.h"
// Lifecycle actions.
//#define VECTORIO_SHAPE_DEBUG(...) (void)0
// #define VECTORIO_SHAPE_DEBUG(...) (void)0
#define VECTORIO_SHAPE_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
@ -23,7 +23,7 @@
// Really verbose.
//#define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
// #define VECTORIO_SHAPE_PIXEL_DEBUG(...) (void)0
#define VECTORIO_SHAPE_PIXEL_DEBUG(...) mp_printf(&mp_plat_print, __VA_ARGS__)
#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"