Move M240 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:20:32 -05:00
parent d4aaa0f1c8
commit ebb9bd5419
3 changed files with 11 additions and 10 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if defined(CHDK) || HAS_PHOTOGRAPH
#include "gcode/feature/camera/M240.h"
#endif
#if HAS_LCD_CONTRAST
#include "gcode/lcd/M250.h"
#endif