Compile only selected PIO environment (#11519)
This commit is contained in:
committed by
Scott Lahteine
parent
5be2559eda
commit
c64199941e
@ -22,7 +22,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../../HAL_SPI.h"
|
||||
#include "../../shared/HAL_SPI.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user