Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main_board/src/optics/polarizer_wheel/polarizer_wheel.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static K_SEM_DEFINE(cmd_sem, 0, 1); /* signaled when command is pending */
static K_MUTEX_DEFINE(cmd_mutex);

/* Delay before scaling down motor current after idle (ms) */
#define POLARIZER_IDLE_CURRENT_DELAY_MS 1000
#define POLARIZER_IDLE_CURRENT_DELAY_MS 2000

/**
* Calculate timeout for the next k_poll iteration.
Expand Down
Loading