Skip to content

Commit

Permalink
Remove LARGE_FLASH preprocessor symbol
Browse files Browse the repository at this point in the history
It's not very useful as is ... probably remnant from Marlin 1
  • Loading branch information
gudnimg committed Jul 31, 2024
1 parent 81f1ec4 commit 04a7175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7118,7 +7118,7 @@ SERIAL_PROTOCOLPGM("\n\n");
}
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>
In Prusa Firmware the defaults are `100Hz` and `1000ms`, so that `M300` without parameters will beep for a second.
Expand Down
2 changes: 0 additions & 2 deletions Firmware/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "boards.h"

#define LARGE_FLASH true

/*****************************************************************
* Rambo Pin Assignments 1.3
******************************************************************/
Expand Down

0 comments on commit 04a7175

Please sign in to comment.