Skip to content

Commit

Permalink
[MMU3] Fix for LPC1769 tests (4).
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Mar 2, 2024
1 parent 994544d commit 552acc1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Marlin/src/feature/mmu3/mmu2_reporting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
* mmu2_reporting.cpp
*/

#include <avr/pgmspace.h>
#ifdef __AVR__
#include <avr/pgmspace.h>
#endif

#include "src/MarlinCore.h"
#if HAS_PRUSA_MMU3
Expand All @@ -49,11 +51,6 @@
#include "ultralcd.h"
#include "sound.h"

#ifndef HAS_WIRED_LCD
#define LCD_WIDTH 21
#endif


namespace MMU2 {

OperationStatistics operation_statistics;
Expand Down

0 comments on commit 552acc1

Please sign in to comment.