Remove extra pragmas

This commit is contained in:
Scott Lahteine
2019-07-30 20:19:34 -05:00
parent 202d3ab3c9
commit c2b319360d
12 changed files with 0 additions and 21 deletions

View File

@ -27,8 +27,6 @@
* Shield - https://github.com/jmz52/Hardware
*/
#pragma once
#if !defined(STM32F4) && !defined(STM32F4xx)
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
#elif HOTENDS > 2 || E_STEPPERS > 2