Correct default flag value

This commit is contained in:
Ben Dyer 2015-08-21 20:31:29 +10:00
parent cfa77b13a4
commit dfc350a67a

View File

@ -104,7 +104,7 @@
* Disable the global data type registry, which can save some space on embedded systems.
*/
#ifndef UAVCAN_NO_GLOBAL_DATA_TYPE_REGISTRY
# define UAVCAN_NO_GLOBAL_DATA_TYPE_REGISTRY 1
# define UAVCAN_NO_GLOBAL_DATA_TYPE_REGISTRY 0
#endif
/**