Remove LARGE_FLASH preprocessor symbol

It's not very useful as is ... probably remnant from Marlin 1
This commit is contained in:
Guðni Már Gilbert 2024-07-31 12:06:35 +00:00
parent 81f1ec4975
commit 04a7175cc7
2 changed files with 1 additions and 3 deletions

View File

@ -7118,7 +7118,7 @@ Sigma_Exit:
} }
break; break;
#if (LARGE_FLASH == true && BEEPER > 0 ) #if (BEEPER > 0)
/*! /*!
### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a> ### M300 - Play tone <a href="https://reprap.org/wiki/G-code#M300:_Play_beep_sound">M300: Play beep sound</a>
In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second. In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.

View File

@ -3,8 +3,6 @@
#include "boards.h" #include "boards.h"
#define LARGE_FLASH true
/***************************************************************** /*****************************************************************
* Rambo Pin Assignments 1.3 * Rambo Pin Assignments 1.3
******************************************************************/ ******************************************************************/