clang-format fix
This commit is contained in:
parent
9b015cecd6
commit
0bb0dea200
2 changed files with 2 additions and 2 deletions
2
arch.h
2
arch.h
|
|
@ -1010,7 +1010,7 @@ IRAM_ATTR uint32_t _PM_timerStop(void *tptr) {
|
|||
|
||||
static const struct {
|
||||
volatile uint32_t *base; ///< GPIO base address for pin
|
||||
uint8_t bit; ///< GPIO bit number for pin (0-31)
|
||||
uint8_t bit; ///< GPIO bit number for pin (0-31)
|
||||
} _PM_teensyPins[] = {
|
||||
{&CORE_PIN0_PORTREG, CORE_PIN0_BIT},
|
||||
{&CORE_PIN1_PORTREG, CORE_PIN1_BIT},
|
||||
|
|
|
|||
2
core.c
2
core.c
|
|
@ -541,7 +541,7 @@ IRAM_ATTR void _PM_row_handler(Protomatter_core *core) {
|
|||
|
||||
// Set timer and enable LED output for data loaded on PRIOR pass:
|
||||
_PM_timerStart(core->timer, core->bitZeroPeriod << prevPlane);
|
||||
delayMicroseconds(1); // Appease Teensy4
|
||||
delayMicroseconds(1); // Appease Teensy4
|
||||
_PM_clearReg(core->oe); // Enable LED output
|
||||
|
||||
uint32_t elementsPerLine =
|
||||
|
|
|
|||
Loading…
Reference in a new issue