run clang-format
This commit is contained in:
parent
94a18cc08a
commit
1deae76007
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue