Add motherboard BIGTREE_SKR_V1.4_TURBO (#16374)

This commit is contained in:
ellensp
2020-01-03 16:15:34 +13:00
committed by Scott Lahteine
parent 3162d378ff
commit 7a50dbc00d
5 changed files with 62 additions and 18 deletions

View File

@@ -21,7 +21,11 @@
*/
#pragma once
#ifndef MCU_LPC1768
#ifdef SKR_HAS_LPC1769
#ifndef MCU_LPC1769
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif
#elif !defined(MCU_LPC1768)
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif