Skip to content

Commit

Permalink
SAMD51 typo fix (#14885)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and thinkyhead committed Aug 11, 2019
1 parent d7172a4 commit af4bcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#endif

#if ENABLED(EMERGENCY_PARSER)
#error "EMERGENCY_PARSER is not yet implemented for STM32F4. Disable EMERGENCY_PARSER to continue."
#error "EMERGENCY_PARSER is not yet implemented for SAMD51. Disable EMERGENCY_PARSER to continue."
#endif

#if ENABLED(SDIO_SUPPORT)
Expand Down

0 comments on commit af4bcb6

Please sign in to comment.