added name to mac structure

This commit is contained in:
adamdunkels 2008-06-30 08:09:17 +00:00
parent c9528fb010
commit 247de015b5
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: nullmac.c,v 1.7 2008/02/24 21:05:28 adamdunkels Exp $ * $Id: nullmac.c,v 1.8 2008/06/30 08:09:17 adamdunkels Exp $
*/ */
/** /**
@ -91,6 +91,7 @@ off(int keep_radio_on)
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
const struct mac_driver nullmac_driver = { const struct mac_driver nullmac_driver = {
"nullmac",
send_packet, send_packet,
read_packet, read_packet,
set_receive_function, set_receive_function,