mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 15:18:16 +00:00
Use new attribute macros in more places
This commit is contained in:
parent
85b967657e
commit
34cfbc90cd
6 changed files with 55 additions and 67 deletions
Marlin
|
@ -935,7 +935,7 @@ void Temperature::updateTemperaturesFromRawValues() {
|
|||
#ifndef MAX6675_DO_PIN
|
||||
#define MAX6675_DO_PIN MISO_PIN
|
||||
#endif
|
||||
Spi<MAX6675_DO_PIN, MOSI_PIN, MAX6675_SCK_PIN> max6675_spi;
|
||||
SPI<MAX6675_DO_PIN, MOSI_PIN, MAX6675_SCK_PIN> max6675_spi;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue