USB Media Host followup

Restore HAS_SHARED_MEDIA
This commit is contained in:
Scott Lahteine
2020-11-18 00:13:17 -06:00
parent 5f9ccb361a
commit b6d2671260
3 changed files with 5 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ void HAL_init() {
// HAL idle task
void HAL_idletask() {
#if HAS_SD_HOST_DRIVE
#if HAS_SHARED_MEDIA
// If Marlin is using the SD card we need to lock it to prevent access from
// a PC via USB.
// Other HALs use IS_SD_PRINTING() and IS_SD_FILE_OPEN() to check for access but