mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
65e97ffca1
In this nested loop, the iteration variable is the same for both loops. This is a typo and the inner loop should use a new loop variable. Signed-off-by: Mingjie Shen <shen497@purdue.edu>