Skip to content

Commit

Permalink
preparation fur integration of DUC/DDC RF
Browse files Browse the repository at this point in the history
  • Loading branch information
df8oe committed Sep 20, 2020
1 parent 15dd979 commit 02262fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mchf-eclipse/hardware/uhsdr_board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
#define USE_OSC_SI570
// Support for LO based on SI5351
#define USE_OSC_SI5351A
// Support for DUC/DDC board
#define USE_OSC_DUCDDC

// OPTION TO USE FLASH BASED CONFIGURATION STORAGE
#define USE_CONFIGSTORAGE_FLASH
Expand Down Expand Up @@ -241,7 +243,7 @@

//******************************CONFIGURATION_LOGIC_CHECKS************************************//

#if !defined(USE_OSC_SI570) && !defined(USE_OSC_SI5351A)
#if !defined(USE_OSC_SI570) && !defined(USE_OSC_SI5351A) && !defined(USE_OSC_DUCDDC)
#error At least one of supported oscillators should be enabled.
#endif

Expand Down

0 comments on commit 02262fe

Please sign in to comment.