Browse Source

Update SAMD51 EEPROM repo link (#16832)

Giuliano Zaro 5 years ago
parent
commit
d5790e09a5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h

+ 1
- 1
Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h View File

44
 #endif
44
 #endif
45
 
45
 
46
 #if ENABLED(EEPROM_SETTINGS) && NONE(SPI_EEPROM, I2C_EEPROM)
46
 #if ENABLED(EEPROM_SETTINGS) && NONE(SPI_EEPROM, I2C_EEPROM)
47
-  #warning "Did you activate the SmartEEPROM? See https://github.com/GMagician/SAMD51-SmartEEprom-Activator"
47
+  #warning "Did you activate the SmartEEPROM? See https://github.com/GMagician/SAMD51-SmartEEprom-Manager/releases"
48
 #endif
48
 #endif
49
 
49
 
50
 #if HAS_TMC_SW_SERIAL
50
 #if HAS_TMC_SW_SERIAL

Loading…
Cancel
Save