Skip to content

Commit

Permalink
add vrsioning
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjastankovic committed Apr 3, 2019
1 parent b67652f commit 7e4247d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modbus-dc-motor-slave/Inc/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
/* USER CODE BEGIN Private defines */
extern UART_HandleTypeDef huart2;
extern TIM_HandleTypeDef htim3;

/** major version position */
#define MODBUS_DC_MOTOR_SLAVE_VERSION_MAJOR 0
/** minor version position */
#define MODBUS_DC_MOTOR_SLAVE_VERSION_MINOR 0
/** patch version position */
#define MODBUS_DC_MOTOR_SLAVE_VERSION_PATCH 1
/* USER CODE END Private defines */

#ifdef __cplusplus
Expand Down

0 comments on commit 7e4247d

Please sign in to comment.