12 lines
136 B
C
Raw Normal View History

2023-02-14 23:51:00 +01:00
#ifndef VERSION_H__
#define VERSION_H__
#include <stdint.h>
void version_firmware (uint32_t *version, uint32_t *revision);
2023-02-14 23:51:00 +01:00
#endif