Desuuuu / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform. Modified with a new DWIN T5UID1 touchscreen implementation.
GNU General Public License v3.0
31 stars 10 forks source link

Add cardreader.h include #19

Closed mrv96 closed 3 years ago

mrv96 commented 3 years ago

Some boards not based on atmega 2560 didn't find card variable. This fixes that issue.

Desuuuu commented 3 years ago

It seems like cardreader.h is now included by marlinui.h, which is itself included by ui_api.h, making this change redundant.