make shm optional

This commit is contained in:
optixx
2009-09-22 21:26:11 +02:00
parent 5767b13385
commit 9b3dcc844f
3 changed files with 11 additions and 4 deletions

View File

@@ -51,6 +51,6 @@
#define DO_CRC_CHECK 0
#define DO_SHM_SCRATCHPAD 0
#define DO_SHM 0
#define DO_TIMER 0
#define DO_TIMER 1
#endif