#ifndef VERSION_H__
#define VERSION_H__
#include <stdint.h>
uint32_t version_firmware (void);
#endif