Compile only selected PIO environment (#11519)

This commit is contained in:
Dave Johnson
2018-08-14 01:28:52 -07:00
committed by Scott Lahteine
parent 5be2559eda
commit c64199941e
58 changed files with 248 additions and 84 deletions

View File

@ -22,7 +22,7 @@
#pragma once
#include "../../HAL_SPI.h"
#include "../../shared/HAL_SPI.h"
#include <stdint.h>

View File

@ -37,7 +37,7 @@
//
//#include <WInterrupts.h>
#include "../../../inc/MarlinConfig.h"
#include "../../Delay.h"
#include "../../shared/Delay.h"
#include <stdint.h>
#include <stdarg.h>
#include <Arduino.h>