commit | 0f86c33d8017a9016023f9dab4acd9d5ff04cc67 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 30 20:46:05 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:28 2017 -0400 |
tree | 488b376802e4e885f275db55b351da63cb6c405e | |
parent | 3a69c706d7580cb576a659fe9385ebab87c23c68 [diff] |
stm32: remove redundant 'else if' The if in the else branch is superfluous. We can use a simple if. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>