apply serialfeedback uint16_t checksum fix (not tested)

This commit is contained in:
interfisch 2020-02-02 12:51:20 +01:00
parent 5dca8091c6
commit 7acd6e2c30
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ typedef struct{
int16_t boardTemp;
int16_t curL_DC;
int16_t curR_DC;
int16_t checksum;
uint16_t checksum;
} SerialFeedback;
SerialFeedback Feedback;
SerialFeedback NewFeedback;