Skip to content

Commit 2c52937

Browse files
authored
Merge pull request #351 from pythagorasw/fix-due-tryAllocateQueue
samx3-due: Fix null result from tryAllocateQueue()
2 parents 9fce936 + 5f47bc3 commit 2c52937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pd_sam/sam_queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class StepperQueue : public StepperQueueBase {
88
public:
99
#include "../fas_queue/protocol.h"
1010

11-
uint8_t _step_pin;
11+
uint8_t _step_pin = PIN_UNDEFINED;
1212
uint8_t _queue_num;
1313
void* driver_data;
1414
volatile bool _hasISRactive;

0 commit comments

Comments
 (0)