nuttx/drivers/modem
Xiang Xiao a8de37fbec Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-08 07:25:56 -06:00
..
altair Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
Kconfig Merged in alinjerpelea/nuttx (pull request #1056) 2019-10-21 14:14:33 +00:00
Make.defs Merged in alinjerpelea/nuttx (pull request #1056) 2019-10-21 14:14:33 +00:00
u-blox.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00