picocalc_BIOS/Core/Inc/version.h
JackCarterSmith cdee81d3ff
Registers tweaks
Prepare for new registers structure used in v1
2025-06-07 15:57:31 +02:00

8 lines
123 B
C

#ifndef VERSION_H_
#define VERSION_H_
#define VERSION_MAJOR (0)
#define VERSION_MINOR (6)
#endif /* VERSION_H_ */