Add LARGE_FLASH define and enable it for some of the beefier boards

The LARGE_FLASH flag allows superfluous features to be excluded
on boards with less memory
This commit is contained in:
Colin Edwards
2013-03-25 10:42:27 -05:00
parent 9a1c90471f
commit 0d075378d5
2 changed files with 13 additions and 3 deletions

View File

@@ -1424,8 +1424,8 @@ void process_commands()
}
}
break;
#if defined(BEEPER) && BEEPER > -1
#if defined(LARGE_FLASH) && LARGE_FLASH == true && defined(BEEPER) && BEEPER > -1
case 300: // M300
{
int beepS = 1;