Skip to content

Commit 294f0d2

Browse files
kilograhamWren6991
authored andcommitted
fix formatting
1 parent c5f8527 commit 294f0d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/rp2_common/hardware_pio

src/rp2_common/hardware_pio/pio.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ uint pio_add_program(PIO pio, const pio_program_t *program) {
124124
return offset;
125125
}
126126

127-
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset)
128-
{
127+
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset) {
129128
uint32_t save = hw_claim_lock();
130-
_pio_add_program_at_offset(pio, program, offset);
129+
_pio_add_program_at_offset(pio, program, offset);
131130
hw_claim_unlock(save);
132131
}
133132

0 commit comments

Comments
 (0)