run clang-format

This commit is contained in:
Jeff Epler 2023-06-30 14:14:37 -05:00
parent 94a18cc08a
commit 1deae76007

View file

@ -160,7 +160,6 @@ IRAM_ATTR static void blast_byte(Protomatter_core *core, uint8_t *data) {
// See notes near top of this file for what's done with this info.
}
void _PM_timerInit(Protomatter_core *core) {
// On S3, initialize the LCD_CAM peripheral and DMA.
@ -291,7 +290,6 @@ IRAM_ATTR static void blast_byte(Protomatter_core *core, uint8_t *data) {
// See notes near top of this file for what's done with this info.
}
static void _PM_timerInit(Protomatter_core *core) {
// TO DO: adapt this function for any CircuitPython-specific changes.