initialize rx_buffer_next explicitly

This commit is contained in:
Ludwig Ortmann 2013-08-29 17:02:26 +02:00
parent 53557a591e
commit b298ab33c5

View File

@ -54,6 +54,7 @@ radio_address_t _native_net_addr;
void nativenet_init(int transceiver_pid) void nativenet_init(int transceiver_pid)
{ {
DEBUG("nativenet_init(transceiver_pid=%d)", transceiver_pid); DEBUG("nativenet_init(transceiver_pid=%d)", transceiver_pid);
rx_buffer_next = 0;
_native_net_pan = 0; _native_net_pan = 0;
_native_net_chan = 0; _native_net_chan = 0;
_native_net_monitor = 0; _native_net_monitor = 0;