mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
All files were converted to linux line endings. All trailing whitespace was removed using: for f in f7/inc/* f7/src/*; do sed --in-place 's/[[:space:]]\+$//' $f; done All non-ascii chars in comments were replaced with ascii equivalents or removed.