Apply some #ifndef

This commit is contained in:
Scott Lahteine
2019-06-13 03:45:46 -05:00
parent 27c487bab7
commit 06324df072
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
*/
#pragma once
#if !defined(STM32F7)
#ifndef STM32F7
#error "Oops! Select an STM32F7 board in 'Tools > Board.'"
#elif HOTENDS > 3 || E_STEPPERS > 3
#error "The-Borg supports up to 3 hotends / E-steppers."