fix formatting
This commit is contained in:
parent
c5f8527145
commit
294f0d2e4a
@ -124,8 +124,7 @@ uint pio_add_program(PIO pio, const pio_program_t *program) {
|
|||||||
return offset;
|
return offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset)
|
void pio_add_program_at_offset(PIO pio, const pio_program_t *program, uint offset) {
|
||||||
{
|
|
||||||
uint32_t save = hw_claim_lock();
|
uint32_t save = hw_claim_lock();
|
||||||
_pio_add_program_at_offset(pio, program, offset);
|
_pio_add_program_at_offset(pio, program, offset);
|
||||||
hw_claim_unlock(save);
|
hw_claim_unlock(save);
|
||||||
|
Loading…
Reference in New Issue
Block a user