aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD/hal_qei_lld.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-01-04 10:47:39 +0100
committerGitHub <noreply@github.com>2017-01-04 10:47:39 +0100
commit0135ff7dd3de59991ff7bbfb20e329537019fb4b (patch)
tree05e61fc91a4c13d83a95b381e6b56bf78cd7aa21 /os/hal/ports/NRF5/LLD/hal_qei_lld.h
parent52f82fb9cc13779146016ca993c80f7b82ea65bd (diff)
parent546ac1d584b7b43cb05954164ea05431d2f00796 (diff)
downloadChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.tar.gz
ChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.tar.bz2
ChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.zip
Merge pull request #107 from pl4nkton/stm32_fixes
Stm32 fixes
Diffstat (limited to 'os/hal/ports/NRF5/LLD/hal_qei_lld.h')
-rw-r--r--os/hal/ports/NRF5/LLD/hal_qei_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/NRF5/LLD/hal_qei_lld.h b/os/hal/ports/NRF5/LLD/hal_qei_lld.h
index 6328bab..85c96a5 100644
--- a/os/hal/ports/NRF5/LLD/hal_qei_lld.h
+++ b/os/hal/ports/NRF5/LLD/hal_qei_lld.h
@@ -166,7 +166,7 @@ typedef enum {
/**
* @brief QEI counter type.
*/
-typedef int32_t qeicnt_t;
+typedef int16_t qeicnt_t;
/**
* @brief QEI delta type.