Commit 1d974d36 authored by John Robert Gill's avatar John Robert Gill

Updated version to v0.12

parent 5f1be388
......@@ -229,7 +229,7 @@ unsigned libwr2rf_read_fwversion(struct libwr2rf_dev *dev)
int libwr2rf_check_fwversion(struct libwr2rf_dev *dev)
{
return !(libwr2rf_read_fwversion(dev) == 0x00001100);
return !(libwr2rf_read_fwversion(dev) == 0x00001200);
}
void libwr2rf_read_nco_ipinfo(struct libwr2rf_dev *dev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment