aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2017-01-06 11:06:52 +0300
committerbarthess <barthess@yandex.ru>2017-01-06 11:06:52 +0300
commit3e8fdd762ad1c0ca12f5e29d9f0286be8eaf8496 (patch)
tree23df40bc30ddf6f5f08de8f634b3609ecac21773 /os/hal/ports/STM32/LLD/TIMv1
parent779ea88be79641ed35c6fe9cad3b5265e969dc35 (diff)
parent0135ff7dd3de59991ff7bbfb20e329537019fb4b (diff)
downloadChibiOS-Contrib-3e8fdd762ad1c0ca12f5e29d9f0286be8eaf8496.tar.gz
ChibiOS-Contrib-3e8fdd762ad1c0ca12f5e29d9f0286be8eaf8496.tar.bz2
ChibiOS-Contrib-3e8fdd762ad1c0ca12f5e29d9f0286be8eaf8496.zip
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'os/hal/ports/STM32/LLD/TIMv1')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.h b/os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.h
index c708b5e..ba33a29 100644
--- a/os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.h
+++ b/os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.h
@@ -251,7 +251,7 @@ typedef enum {
/**
* @brief QEI counter type.
*/
-typedef uint16_t qeicnt_t;
+typedef int16_t qeicnt_t;
/**
* @brief QEI delta type.