Skip to content

Commit

Permalink
makefile optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
gubser committed Nov 26, 2015
1 parent b27d5ad commit 6164377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMPONENT=GroupProjectAppC
CFLAGS+=-DDATARATE=1 -DMSG_POOL_SIZE=20 -DSINK_ADDRESS=1
CFLAGS+=-DDATARATE=50 -DMSG_POOL_SIZE=80 -DSINK_ADDRESS=1 -DCC2420_NO_ACKNOWLEDGEMENTS
CFLAGS += -I$(TOSDIR)/lib/printf -DNEW_PRINTF_SEMANTICS -Ddebug_printf
BUILD_DEPS+=flocklab_embedded_image
SENSORBOARD=flocklab
Expand Down

0 comments on commit 6164377

Please sign in to comment.