mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Add missing semi-colon
This commit is contained in:
parent
682aa2e730
commit
afcd5e5387
@ -22,7 +22,7 @@ public class ViewRSSI extends JPanel {
|
||||
private int[] rssi = new int[80];
|
||||
private int[] rssiMax = new int[80];
|
||||
/* 55 is added by the scanner. 45 is the offset of the CC2420 */
|
||||
private final int DELTA = -55 -45
|
||||
private final int DELTA = -55 -45;
|
||||
|
||||
/* this is the max value of the RSSI from the cc2420 */
|
||||
private static final int RSSI_MAX_VALUE = 200;
|
||||
|
Loading…
Reference in New Issue
Block a user