Skip to content

Commit

Permalink
fixed activity pin declaration on board
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Aug 3, 2024
1 parent fc07346 commit aedd78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uCNC/src/hal/boards/stm32/boardmap_srk_pro_v1_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ extern "C"
#define SERVO_TIMER 5

// activity led
#define DOUT32_BIT 7
#define DOUT32_PORT A
#define DOUT31_BIT 7
#define DOUT31_PORT A

// TMC0 UART
#define DOUT20_BIT 4
Expand Down

0 comments on commit aedd78d

Please sign in to comment.