Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix indentation, use python2 - not compatible with python3 #2639

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gefa
Copy link

@gefa gefa commented Feb 12, 2020

This solves the error(s) when uploading code to sky (telos b) device:

msp430-objcopy throughput-test.sky -O ihex throughput-test.ihex
make IHEXFILE=throughput-test.ihex sky-reset sky-upload
make[1]: Entering directory '/home/gefa/workspace/contiki-forked/examples/sky'
make -k -j 20 sky-reset-sequence
make[2]: Entering directory '/home/gefa/workspace/contiki-forked/examples/sky'
../../tools/sky/msp430-bsl-linux --telosb -c /dev/ttyUSB1 -r
 File "../../tools/sky/msp430-bsl-linux", line 272
   self.swapRSTTEST = 0
                      ^
TabError: inconsistent use of tabs and spaces in indentation
make[2]: *** [../../platform/sky/Makefile.common:155: sky-r._dev_ttyUSB1] Error 1
make[2]: Target 'sky-reset-sequence' not remade because of errors.
make[2]: Leaving directory '/home/gefa/workspace/contiki-forked/examples/sky'
make[1]: *** [../../platform/sky/Makefile.common:141: sky-reset] Error 2
make[1]: Leaving directory '/home/gefa/workspace/contiki-forked/examples/sky'
make: *** [../../platform/sky/Makefile.common:119: throughput-test.upload] Error 2
rm throughput-test.ihex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant