mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7ca2e874e1
This PR converts tabs to white spaces. The statement I used for the conversion: '''find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;''' Afterwards, I had a quick overview of the converted files to prevent odd indentation. |
||
---|---|---|
.. | ||
drivers | ||
include | ||
tools | ||
board_init.c | ||
Makefile | ||
Makefile.include | ||
README |
Flashing: tools/mc1322x-load.pl -f <path/to/binary> -t /dev/<tty-device> more information: https://github.com/malvira/libmc1322x/wiki/libmc1322x#loading-images-to-ram-with-mc1322x-loadpl Erase: cd tools/ftditools/ make ./bbmc -l redbee-econotag erase more information: https://github.com/malvira/libmc1322x/wiki/bbmc