1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 04:45:17 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-06-19 17:27:31 +02:00
parent 8a185ddd28
commit 6ce9f8644d
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -81,6 +81,7 @@ void interrupt10ms(void)
#if defined(ROTARY_ENCODER_NAVIGATION)
static rotenc_t rePreviousValue;
rotenc_t reNewValue = (rotencValue / ROTARY_ENCODER_GRANULARITY);
int8_t scrollRE = reNewValue - rePreviousValue;
if (scrollRE) {