Sliders_McGee/Core/Inc/version.h
Chris Trimble ab5aff3282 Fixed terminal.
Increased max PWM to 5%.
2024-07-12 09:28:52 -05:00

9 lines
163 B
C

#ifndef _VERSION_H
#define _VERSION_H
#define VERSION_MAJOR (1)
#define VERSION_MINOR (0)
#define VERSION_PATCH (2)
#define VERSION_STR "V1.0.2"
#endif