1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

TOFU compat flag to help Isaaku

This commit is contained in:
Peter Boyle 2020-11-13 03:49:44 +01:00
parent b5e7945dd9
commit b13d1f7238

View File

@ -28,4 +28,7 @@
///////////////////
#include "Config.h"
#ifdef TOFU
#undef GRID_COMMS_THREADS
#endif
#endif /* GRID_STD_H */