12 lines
136 B
C

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