We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676cfa7 + 46a9a6e commit 0e05bdaCopy full SHA for 0e05bda
firmware/hackrf_usb/hackrf_usb.c
@@ -263,12 +263,16 @@ int main(void)
263
264
detect_hardware_platform();
265
pin_shutdown();
266
+#ifndef RAD1O
267
clock_gen_shutdown();
268
+#endif
269
delay_us_at_mhz(10000, 96);
270
pin_setup();
271
#ifndef PRALINE
272
enable_1v8_power();
273
+ #ifndef RAD1O
274
clock_gen_init();
275
+ #endif
276
#else
277
enable_3v3aux_power();
278
#if !defined(DFU_MODE) && !defined(RAM_MODE)
@@ -284,6 +288,9 @@ int main(void)
284
288
#endif
285
289
#if (defined HACKRF_ONE || defined RAD1O)
286
290
enable_rf_power();
291
292
+#ifdef RAD1O
293
+ clock_gen_init();
287
294
295
cpu_clock_init();
296
0 commit comments