Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 149:e1d66bc78f9a FlipDisplay
Eliminate warnings
author | Ideenmodellierer |
---|---|
date | Sat, 02 Mar 2019 17:42:06 +0100 |
parents | d5bbdcb32a14 |
children | 255eedad4155 |
comparison
equal
deleted
inserted
replaced
148:ee744c7160ce | 149:e1d66bc78f9a |
---|---|
3340 uint16_t LeftBorderHeading, LineHeading; | 3340 uint16_t LeftBorderHeading, LineHeading; |
3341 uint32_t offsetPicture; | 3341 uint32_t offsetPicture; |
3342 point_t start, stop, center; | 3342 point_t start, stop, center; |
3343 static int32_t LastHeading = 0; | 3343 static int32_t LastHeading = 0; |
3344 int32_t newHeading = 0; | 3344 int32_t newHeading = 0; |
3345 int32_t FlipHeading = 0; | |
3346 int32_t diff = 0; | 3345 int32_t diff = 0; |
3347 int32_t diff2 = 0; | 3346 int32_t diff2 = 0; |
3348 | 3347 |
3349 int32_t diffAbs = 0; | 3348 int32_t diffAbs = 0; |
3350 int32_t diffAbs2 = 0; | 3349 int32_t diffAbs2 = 0; |