remove unused state variable

pull/51/head
Hans-Erik Floryd 2019-01-20 15:31:44 +01:00
parent bdb212942b
commit 45f5c616ca
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ typedef struct CC_PACKED
#endif
uint8_t SMtestresult;
int16_t temp;
uint32_t PrevTime;
_ESCsm SM[4];
/* Volatile since it may be read from ISR */