|
@@ -20,13 +20,108 @@ namespace RF_TRIO_PLL_ZIG
|
20
|
20
|
bluecell_data,
|
21
|
21
|
|
22
|
22
|
};
|
23
|
|
- enum Updateseq
|
|
23
|
+ public enum Updateseq
|
24
|
24
|
{
|
25
|
25
|
Bluecell_Reset = 0,
|
26
|
26
|
Bluecell_Firmupdate_start,
|
27
|
27
|
Bluecell_Firmupdate_sending,
|
28
|
28
|
Bluecell_Firmupdate_end,
|
29
|
29
|
};
|
|
30
|
+ enum Bluecell_ProtIndex_p
|
|
31
|
+ {
|
|
32
|
+ Bluecell_Header = 0,
|
|
33
|
+ Bluecell_Type,
|
|
34
|
+ Bluecell_Length,
|
|
35
|
+ Bluecell_CrcIndex,
|
|
36
|
+ Bluecell_data,
|
|
37
|
+ }
|
|
38
|
+ enum Bluecell_Prot_t{
|
|
39
|
+ TYPE_BLUECELL_RESET = 0,
|
|
40
|
+ TYPE_BLUECELL_SET = 1,
|
|
41
|
+ TYPE_BLUECELL_GET = 2,
|
|
42
|
+ };
|
|
43
|
+ enum Bluecell_TypeIndex_t
|
|
44
|
+ {
|
|
45
|
+ ATT_1_8G_DL1 = 0,
|
|
46
|
+ ATT_1_8G_DL2,
|
|
47
|
+
|
|
48
|
+ ATT_1_8G_UL1,
|
|
49
|
+ ATT_1_8G_UL2,
|
|
50
|
+ ATT_1_8G_UL3,
|
|
51
|
+ ATT_1_8G_UL4,
|
|
52
|
+
|
|
53
|
+ ATT_2_1G_DL1,
|
|
54
|
+ ATT_2_1G_DL2,
|
|
55
|
+
|
|
56
|
+ ATT_2_1G_UL1,
|
|
57
|
+ ATT_2_1G_UL2,
|
|
58
|
+ ATT_2_1G_UL3,
|
|
59
|
+ ATT_2_1G_UL4,
|
|
60
|
+
|
|
61
|
+ ATT_3_5G_DL,
|
|
62
|
+ ATT_3_5G_UL,
|
|
63
|
+ ATT_3_5G_COM1,
|
|
64
|
+ ATT_3_5G_COM2,
|
|
65
|
+ ATT_3_5G_COM3,
|
|
66
|
+
|
|
67
|
+ PLL_1_8G_DL1_H,
|
|
68
|
+ PLL_1_8G_DL1_L,
|
|
69
|
+ PLL_1_8G_DL2_H,
|
|
70
|
+ PLL_1_8G_DL2_L,
|
|
71
|
+
|
|
72
|
+ PLL_2_1G_DL1_H,
|
|
73
|
+ PLL_2_1G_DL1_L,
|
|
74
|
+ PLL_2_1G_DL2_H,
|
|
75
|
+ PLL_2_1G_DL2_L,
|
|
76
|
+
|
|
77
|
+ PLL_3_5G_DL1_H,
|
|
78
|
+ PLL_3_5G_DL1_L,
|
|
79
|
+ PLL_3_5G_DL2_H,
|
|
80
|
+ PLL_3_5G_DL2_L,
|
|
81
|
+
|
|
82
|
+ PLL_LD_6_BIT,
|
|
83
|
+
|
|
84
|
+ DET_1_8G_DL_IN_H,
|
|
85
|
+ DET_1_8G_DL_IN_L,
|
|
86
|
+ DET_1_8G_DL_OUT_H,
|
|
87
|
+ DET_1_8G_DL_OUT_L,
|
|
88
|
+ DET_1_8G_UL_IN_H,
|
|
89
|
+ DET_1_8G_UL_IN_L,
|
|
90
|
+ DET_1_8G_UL_OUT_H,
|
|
91
|
+ DET_1_8G_UL_OUT_L,
|
|
92
|
+ DET_2_1G_DL_IN_H,
|
|
93
|
+ DET_2_1G_DL_IN_L,
|
|
94
|
+ DET_2_1G_DL_OUT_H,
|
|
95
|
+ DET_2_1G_DL_OUT_L,
|
|
96
|
+ DET_2_1G_UL_IN_H,
|
|
97
|
+ DET_2_1G_UL_IN_L,
|
|
98
|
+ DET_2_1G_UL_OUT_H,
|
|
99
|
+ DET_2_1G_UL_OUT_L,
|
|
100
|
+ DET_3_5G_DL_IN_H,
|
|
101
|
+ DET_3_5G_DL_IN_L,
|
|
102
|
+ DET_3_5G_DL_OUT_L,
|
|
103
|
+ DET_3_5G_DL_OUT_H,
|
|
104
|
+ DET_3_5G_UL_IN_H,
|
|
105
|
+ DET_3_5G_UL_IN_L,
|
|
106
|
+ DET_3_5G_UL_OUT_H,
|
|
107
|
+ DET_3_5G_UL_OUT_L,
|
|
108
|
+ RFU_TEMP_H,
|
|
109
|
+ RFU_TEMP_L,
|
|
110
|
+ _28V_DET_H,
|
|
111
|
+ _28V_DET_L,
|
|
112
|
+ ALARM_AC,
|
|
113
|
+ ALARM_DC,
|
|
114
|
+ PATH_EN_1_8G_DL,
|
|
115
|
+ PATH_EN_1_8G_UL,
|
|
116
|
+ PATH_EN_2_1G_DL,
|
|
117
|
+ PATH_EN_2_1G_UL,
|
|
118
|
+ PATH_EN_3_5G_L,
|
|
119
|
+ PATH_EN_3_5G_H,
|
|
120
|
+ PATH_EN_3_5G_DL,
|
|
121
|
+ PATH_EN_3_5G_UL,
|
|
122
|
+ PLL_ON_OFF_3_5G_H,
|
|
123
|
+ PLL_ON_OFF_3_5G_L,
|
|
124
|
+ };
|
30
|
125
|
class Bluecell_BootProtocol
|
31
|
126
|
{
|
32
|
127
|
Serial serial;
|
|
@@ -40,14 +135,117 @@ namespace RF_TRIO_PLL_ZIG
|
40
|
135
|
|
41
|
136
|
|
42
|
137
|
public const int bluecell_Firmupdate_sendlength = 1024;
|
43
|
|
- public const byte bluecell_header = 4;
|
44
|
|
- public const byte bluecell_type = 1;
|
45
|
|
- public const byte bluecell_length = 2;
|
46
|
|
- public const byte bluecell_updatecnt = 2;
|
47
|
|
- public const byte bluecell_crc16 = 2;
|
48
|
|
- public const byte bluecell_nessarybyte = bluecell_header + bluecell_type + bluecell_length + bluecell_updatecnt + bluecell_crc16;
|
|
138
|
+
|
|
139
|
+
|
49
|
140
|
Crc16 crc16 = new Crc16();
|
50
|
141
|
|
|
142
|
+ public const byte BLUECELL_HEADER = 0xBE;
|
|
143
|
+ public const byte BLUECELL_TAILER = 0xEB;
|
|
144
|
+ const byte BLUECELL_RESET_LENGTH = 6;
|
|
145
|
+ const byte BLUECELL_FIX_DATA_LENGTH = 3;
|
|
146
|
+
|
|
147
|
+ public void Bluecell_Reset(object serial)
|
|
148
|
+ {
|
|
149
|
+ this.serial = (Serial)serial;
|
|
150
|
+ byte[] temp_buf = new byte[BLUECELL_RESET_LENGTH];
|
|
151
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Header] = BLUECELL_HEADER;
|
|
152
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Type] = (byte)Bluecell_Prot_t.TYPE_BLUECELL_RESET;
|
|
153
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Length] = BLUECELL_RESET_LENGTH - BLUECELL_FIX_DATA_LENGTH;
|
|
154
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_CrcIndex] = (byte)Bluecell_ProtIndex_p.Bluecell_data;
|
|
155
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data] = crc16.STH30_CreateCrc(temp_buf, BLUECELL_RESET_LENGTH - 3);
|
|
156
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + 1] = BLUECELL_TAILER;
|
|
157
|
+ this.serial.Serial_DataSend(temp_buf, temp_buf.Length);
|
|
158
|
+ }
|
|
159
|
+ const byte BLUECELL_DATA_SET_LENGTH = 62;
|
|
160
|
+ public void Bluecell_BtnSet(object serial,object main_form)
|
|
161
|
+ {
|
|
162
|
+ Main_Form main_Form = (Main_Form)main_form;
|
|
163
|
+ this.serial = (Serial)serial;
|
|
164
|
+ byte[] temp_buf = new byte[BLUECELL_DATA_SET_LENGTH];
|
|
165
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Header] = BLUECELL_HEADER;
|
|
166
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Type] = (byte)Bluecell_Prot_t.TYPE_BLUECELL_SET;
|
|
167
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_Length] = BLUECELL_RESET_LENGTH - BLUECELL_FIX_DATA_LENGTH;
|
|
168
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_CrcIndex] = (byte)BLUECELL_DATA_SET_LENGTH - 2;
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_DL1] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_DL1.Text);
|
|
174
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_DL2] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_DL2.Text);
|
|
175
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_UL1] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_UL1.Text);
|
|
176
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_UL2] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_UL2.Text);
|
|
177
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_UL3] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_UL3.Text);
|
|
178
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_1_8G_UL4] = Convert.ToByte(main_Form.numericUpDown_ATT_1_8G_UL4.Text);
|
|
179
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_DL1] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_DL1.Text);
|
|
180
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_DL2] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_DL2.Text);
|
|
181
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_UL1] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_UL1.Text);
|
|
182
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_UL2] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_UL2.Text);
|
|
183
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_UL3] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_UL3.Text);
|
|
184
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_2_1G_UL4] = Convert.ToByte(main_Form.numericUpDown_ATT_2_1G_UL4.Text);
|
|
185
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_3_5G_DL] =
|
|
186
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_3_5G_UL] =
|
|
187
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_3_5G_COM1] =
|
|
188
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_3_5G_COM2] =
|
|
189
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ATT_3_5G_COM3] =
|
|
190
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_1_8G_DL1_H] =
|
|
191
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_1_8G_DL1_L] =
|
|
192
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_1_8G_DL2_H] =
|
|
193
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_1_8G_DL2_L] =
|
|
194
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_2_1G_DL1_H] =
|
|
195
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_2_1G_DL1_L] =
|
|
196
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_2_1G_DL2_H] =
|
|
197
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_2_1G_DL2_L] =
|
|
198
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_3_5G_DL1_H] =
|
|
199
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_3_5G_DL1_L] =
|
|
200
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_3_5G_DL2_H] =
|
|
201
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_3_5G_DL2_L] =
|
|
202
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_LD_6_BIT] =
|
|
203
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_DL_IN_H] =
|
|
204
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_DL_IN_L] =
|
|
205
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_DL_OUT_H] =
|
|
206
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_DL_OUT_L] =
|
|
207
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_UL_IN_H] =
|
|
208
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_UL_IN_L] =
|
|
209
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_UL_OUT_H] =
|
|
210
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_1_8G_UL_OUT_L] =
|
|
211
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_DL_IN_H] =
|
|
212
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_DL_IN_L] =
|
|
213
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_DL_OUT_H] =
|
|
214
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_DL_OUT_L] =
|
|
215
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_UL_IN_H] =
|
|
216
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_UL_IN_L] =
|
|
217
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_UL_OUT_H] =
|
|
218
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_2_1G_UL_OUT_L] =
|
|
219
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_DL_IN_H] =
|
|
220
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_DL_IN_L] =
|
|
221
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_DL_OUT_L] =
|
|
222
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_DL_OUT_H] =
|
|
223
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_UL_IN_H] =
|
|
224
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_UL_IN_L] =
|
|
225
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_UL_OUT_H] =
|
|
226
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.DET_3_5G_UL_OUT_L] =
|
|
227
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.RFU_TEMP_H] =
|
|
228
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.RFU_TEMP_L] =
|
|
229
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t._28V_DET_H] =
|
|
230
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t._28V_DET_L] =
|
|
231
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ALARM_AC] =
|
|
232
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.ALARM_DC] =
|
|
233
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_1_8G_DL] =
|
|
234
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_1_8G_UL] =
|
|
235
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_2_1G_DL] =
|
|
236
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_2_1G_UL] =
|
|
237
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_3_5G_L] =
|
|
238
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_3_5G_H] =
|
|
239
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_3_5G_DL] =
|
|
240
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PATH_EN_3_5G_UL] =
|
|
241
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_ON_OFF_3_5G_H] =
|
|
242
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_ON_OFF_3_5G_L] =
|
|
243
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + (int)Bluecell_TypeIndex_t.PLL_ON_OFF_3_5G_L + 1] = crc16.STH30_CreateCrc(temp_buf, BLUECELL_RESET_LENGTH - 3);
|
|
244
|
+
|
|
245
|
+ temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data + 1] = BLUECELL_TAILER;
|
|
246
|
+ this.serial.Serial_DataSend(temp_buf, temp_buf.Length);
|
|
247
|
+ }
|
|
248
|
+#if false
|
51
|
249
|
public int Bluecell_Firmupdate_sendlength() {
|
52
|
250
|
return bluecell_Firmupdate_sendlength;
|
53
|
251
|
}
|
|
@@ -115,6 +313,6 @@ namespace RF_TRIO_PLL_ZIG
|
115
|
313
|
return fix_data;
|
116
|
314
|
}
|
117
|
315
|
|
|
316
|
+#endif
|
|
317
|
+ }
|
118
|
318
|
}
|
119
|
|
-
|
120
|
|
-}
|