mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Fix indentation in cooja-radio.c
This commit is contained in:
parent
38c5382054
commit
958ff6e4f6
@ -124,7 +124,7 @@ radio_signal_strength_current(void)
|
||||
int
|
||||
radio_LQI(void)
|
||||
{
|
||||
return simLQI;
|
||||
return simLQI;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static int
|
||||
@ -416,5 +416,5 @@ const struct radio_driver cooja_radio_driver =
|
||||
};
|
||||
/*---------------------------------------------------------------------------*/
|
||||
SIM_INTERFACE(radio_interface,
|
||||
doInterfaceActionsBeforeTick,
|
||||
doInterfaceActionsAfterTick);
|
||||
doInterfaceActionsBeforeTick,
|
||||
doInterfaceActionsAfterTick);
|
||||
|
Loading…
Reference in New Issue
Block a user