Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Nov 4, 2024
1 parent 0423178 commit 94b063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Pins_Duet3Mini.h
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ constexpr DmaPriority DmacPrioTmcTx = 0;
constexpr DmaPriority DmacPrioTmcRx = 1; // the baud rate is 100kbps so this is not very critical
constexpr DmaPriority DmacPrioWiFi = 2; // high speed SPI in slave mode
constexpr DmaPriority DmacPrioSbc = 2; // high speed SPI in slave mode
constexpr DmaPriority DmacPrioLed = 1; // QSPI in master mode
constexpr DmaPriority DmacPrioLed = 1; // QSPI in master mode

// Timer allocation
// TC2 and TC3 are used for step pulse generation and software timers
Expand Down

0 comments on commit 94b063a

Please sign in to comment.