Browse Source

SAMD51 typo fix (#14885)

Giuliano Zaro 6 years ago
parent
commit
af4bcb629a
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

32
 #endif
32
 #endif
33
 
33
 
34
 #if ENABLED(EMERGENCY_PARSER)
34
 #if ENABLED(EMERGENCY_PARSER)
35
-  #error "EMERGENCY_PARSER is not yet implemented for STM32F4. Disable EMERGENCY_PARSER to continue."
35
+  #error "EMERGENCY_PARSER is not yet implemented for SAMD51. Disable EMERGENCY_PARSER to continue."
36
 #endif
36
 #endif
37
 
37
 
38
 #if ENABLED(SDIO_SUPPORT)
38
 #if ENABLED(SDIO_SUPPORT)

Loading…
Cancel
Save