/** @brief These values define the type of firmware release. These values indicate the first version or release of this type. For example the first alpha release would be 64, the second would be 65. */
#ifndef HAVE_ENUM_FIRMWARE_VERSION_TYPE
#define HAVE_ENUM_FIRMWARE_VERSION_TYPE
typedefenumFIRMWARE_VERSION_TYPE
{
FIRMWARE_VERSION_TYPE_DEV=0,/* development release | */