Risolto problema in libURcom

package lenght mismatch per il pacchetto tipo 8 AdditionalInfo,
aggiunto uchar foo alla fine per far sparire l'errore.. chi sa perchè?
This commit is contained in:
2019-10-29 10:39:35 +01:00
parent b5566594b6
commit b843b8439e
5 changed files with 23 additions and 20 deletions

View File

@@ -273,6 +273,7 @@ typedef struct {
unsigned char feedriveButtonPressed;
unsigned char feedriveButtonEnabled;
unsigned char ioEnableFeedrive;
unsigned char foo;
} additionalInfo_t;
typedef struct {