fix(type): fix conflict

This commit is contained in:
kalman
2019-02-28 15:04:21 +08:00
10 changed files with 230 additions and 72 deletions

View File

@@ -126,6 +126,8 @@ enum class Info : std::uint8_t {
AUXILIARY_CHIP_VERSION,
/** Isp version */
ISP_VERSION,
/** SDK version*/
SDK_VERSION,
/** Last guard */
LAST
};