Fix -Wundef warning by defining UAVCAN_STM32_BAREMETAL to 0 if it is not defined

This commit is contained in:
Paul A. Patience
2015-10-08 18:54:40 -04:00
parent 70232725e6
commit c5c16e97f8
@@ -15,6 +15,10 @@
# define UAVCAN_STM32_NUTTX 0
#endif
#ifndef UAVCAN_STM32_BAREMETAL
# define UAVCAN_STM32_BAREMETAL 0
#endif
/**
* Number of interfaces must be enabled explicitly
*/