Skip to content

Commit b2d6203

Browse files
committed
fix formatting
1 parent 0559fcd commit b2d6203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/pulseio/PulseOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "src/common/pico_time/include/pico/time.h"
4040

4141
static uint8_t refcount = 0;
42-
volatile alarm_id_t cur_alarm = 0;
42+
volatile alarm_id_t cur_alarm = 0;
4343

4444
void turn_off(uint8_t slice) {
4545
pwm_hw->slice[slice].ctr = 0;

0 commit comments

Comments
 (0)