Parcourir la source

SanityCheck: No Adafruit NeoPixel for STM32F1 (#18833)

Victor Oliveira il y a 4 ans
Parent
révision
bba157e5bd
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      Marlin/src/HAL/STM32F1/inc/SanityCheck.h

+ 4
- 0
Marlin/src/HAL/STM32F1/inc/SanityCheck.h Voir le fichier

@@ -51,3 +51,7 @@
51 51
 #elif ENABLED(SERIAL_STATS_DROPPED_RX)
52 52
   #error "SERIAL_STATS_DROPPED_RX is not supported on this platform."
53 53
 #endif
54
+
55
+#if ENABLED(NEOPIXEL_LED)
56
+  #error "NEOPIXEL_LED (Adafruit NeoPixel) is not supported for HAL/STM32F1. Comment out this line to proceed at your own risk!"
57
+#endif

Chargement…
Annuler
Enregistrer