Update to 2.0.6

This commit is contained in:
Sergey
2020-07-28 16:19:21 +03:00
parent 46ff2246fa
commit 8dd26c1a3e
1621 changed files with 68900 additions and 19544 deletions

View File

@@ -11,16 +11,16 @@
* Redistributions of source code must retain the above copyright notice.
*
*/
#if 0
#include "../../inc/MarlinConfig.h"
#ifdef HAS_ONBOARD_SD
#if SD_CONNECTION_IS(ONBOARD)
#include "onboard_sd.h"
#include "SPI.h"
#include "fastio.h"
#ifdef SHARED_SD_CARD
#if HAS_SHARED_MEDIA
#ifndef ON_BOARD_SPI_DEVICE
#define ON_BOARD_SPI_DEVICE SPI_DEVICE
#endif
@@ -553,4 +553,5 @@ DRESULT disk_read (
#endif // _DISKIO_IOCTL
#endif // HAS_ONBOARD_SD
#endif // SD_CONNECTION_IS(ONBOARD)
#endif