tests/driver_xbee: uncrustify, format Makefile
This commit is contained in:
parent
5579fd2220
commit
3dd0829c82
@ -29,10 +29,12 @@ int main(void)
|
|||||||
/* enable pktdump output */
|
/* enable pktdump output */
|
||||||
gnrc_netreg_entry_t dump = GNRC_NETREG_ENTRY_INIT_PID(GNRC_NETREG_DEMUX_CTX_ALL,
|
gnrc_netreg_entry_t dump = GNRC_NETREG_ENTRY_INIT_PID(GNRC_NETREG_DEMUX_CTX_ALL,
|
||||||
gnrc_pktdump_pid);
|
gnrc_pktdump_pid);
|
||||||
|
|
||||||
gnrc_netreg_register(GNRC_NETTYPE_UNDEF, &dump);
|
gnrc_netreg_register(GNRC_NETTYPE_UNDEF, &dump);
|
||||||
|
|
||||||
/* start the shell */
|
/* start the shell */
|
||||||
char line_buf[SHELL_DEFAULT_BUFSIZE];
|
char line_buf[SHELL_DEFAULT_BUFSIZE];
|
||||||
|
|
||||||
shell_run(NULL, line_buf, SHELL_DEFAULT_BUFSIZE);
|
shell_run(NULL, line_buf, SHELL_DEFAULT_BUFSIZE);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
USEMODULE += xbee
|
USEMODULE += xbee
|
||||||
|
|
||||||
# No need of big buffer for this test
|
# No need of big buffer for this test
|
||||||
GNRC_PKTBUF_SIZE=512
|
GNRC_PKTBUF_SIZE ?= 512
|
||||||
|
|
||||||
include ../driver_netdev_common/Makefile.netdev.mk
|
include ../driver_netdev_common/Makefile.netdev.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user