#ifndef _APP_MISC_H_ #define _APP_MISC_H_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include <stdio.h> uint8_t get_version(void); #ifdef __cplusplus } #endif #endif