Skip to content

Commit

Permalink
SanityCheck: No Adafruit NeoPixel for STM32F1 (MarlinFirmware#18833)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored Jul 30, 2020
1 parent 8faa31d commit bba157e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/HAL/STM32F1/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
#elif ENABLED(SERIAL_STATS_DROPPED_RX)
#error "SERIAL_STATS_DROPPED_RX is not supported on this platform."
#endif

#if ENABLED(NEOPIXEL_LED)
#error "NEOPIXEL_LED (Adafruit NeoPixel) is not supported for HAL/STM32F1. Comment out this line to proceed at your own risk!"
#endif

0 comments on commit bba157e

Please sign in to comment.