mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 23:37:32 +02:00
atrf-rssi.c: unmask IRQ_PLL_LOCK, for 231 compatibility
This commit is contained in:
parent
ff6703f0b5
commit
4d2395e23c
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* atrf-rssi/atrf-rssi.c - ben-wpan AT86RF230 spectrum scan
|
* atrf-rssi/atrf-rssi.c - ben-wpan AT86RF230 spectrum scan
|
||||||
*
|
*
|
||||||
* Written 2010 by Werner Almesberger
|
* Written 2010-2011 by Werner Almesberger
|
||||||
* Copyright 2010 Werner Almesberger
|
* Copyright 2010-2011 Werner Almesberger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -121,6 +121,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
atrf_reg_write(dsc, REG_TRX_STATE, TRX_CMD_TRX_OFF);
|
atrf_reg_write(dsc, REG_TRX_STATE, TRX_CMD_TRX_OFF);
|
||||||
atrf_reg_write(dsc, REG_TRX_STATE, TRX_CMD_RX_ON);
|
atrf_reg_write(dsc, REG_TRX_STATE, TRX_CMD_RX_ON);
|
||||||
|
atrf_reg_write(dsc, REG_IRQ_MASK, IRQ_PLL_LOCK);
|
||||||
/*
|
/*
|
||||||
* We'll wait for the PLL lock after selecting the channel.
|
* We'll wait for the PLL lock after selecting the channel.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user