#include "type.h" #include "ver.h" static uint8_t m_ver = 0x11; uint8_t get_version(void) { return m_ver; }