We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2881699 + 4720dc1 commit bed96a9Copy full SHA for bed96a9
ports/stm/common-hal/pulseio/PulseOut.c
@@ -47,7 +47,7 @@ STATIC volatile uint16_t pulse_array_index = 0;
47
STATIC uint16_t pulse_array_length;
48
//Timer is shared, must be accessible by interrupt
49
STATIC TIM_HandleTypeDef tim_handle;
50
-pulseio_pulseout_obj_t *curr_pulseout = NULL;
+STATIC pulseio_pulseout_obj_t *curr_pulseout = NULL;
51
52
53
STATIC void turn_on(pulseio_pulseout_obj_t *pulseout) {
0 commit comments