exclude big samples for SMALL MEMORY BSPs

This commit is contained in:
Thomas Doerfler
2010-03-29 11:30:49 +00:00
parent d52beda361
commit cdf44d93da
5 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
#include <bsp.h>
#if !BSP_SMALL_MEMORY
/*
* $Id$
*
@@ -2304,3 +2306,4 @@ History ()
msglist (hist);
}
#endif /* BSP_SMALL_MEMORY */