Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commits:
c82dc9e Merge pull request #60 from nfi/dos-to-unix
60eb9d5 Convert DOS formatted files to Unix for consistent line endings.
9a752cd Merge pull request #59 from nfi/minor-code-cleanup
3d51407 Merge pull request #57 from nfi/tests
cf48bd1 Merge pull request #58 from nfi/flash-fix
c1762b3 Updated README to use 'ant' instead of 'make'
15d8882 Use StringBuilder instead of StringBuffer
8951db5 Minor code cleanup
b7b1a21 Corrected Javadoc argument names
5c9b6f7 Remove deprecated and unused methods
9400ad4 Make some inner classes static
a840a8a Corrected flash emergency exit check
27c09d7 Corrected bit shift in CC2420 log output
b1daf72 Removed Makefile - use ant to build instead
e243d61 Added targets for missing node types + target to run tests
b082842 Add pre-built firmwares for tests
e8b7814 Fail with error when test fails
61b84a0 Updated tests to build with msp430-gcc 4.7.x