examples/default: reduce scope of globals in main.c
This commit is contained in:
parent
47e0c85c2d
commit
14824e9909
@ -53,8 +53,8 @@
|
||||
|
||||
#ifdef MODULE_TRANSCEIVER
|
||||
|
||||
char radio_stack_buffer[RADIO_STACK_SIZE];
|
||||
msg_t msg_q[RCV_BUFFER_SIZE];
|
||||
static char radio_stack_buffer[RADIO_STACK_SIZE];
|
||||
static msg_t msg_q[RCV_BUFFER_SIZE];
|
||||
|
||||
void *radio(void *arg)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user