master #80

Closed
sundp wants to merge 83 commits from master into P2
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 61b28d1e28 - Show all commits

View File

@ -28,9 +28,9 @@ extern "C" {
/* Exported constants --------------------------------------------------------*/
//#define USE_BSP_DRIVER
#define USE_BSP_DRIVER
/* USER CODE BEGIN EC */
#define YUNHORN_STS_WLE5CCxx 1
//#define YUNHORN_STS_WLE5CCxx 1
/* USER CODE END EC */
/* Includes ------------------------------------------------------------------*/

View File

@ -151,6 +151,12 @@ typedef enum
RBI_SWITCH_RFO_LP = RADIO_SWITCH_RFO_LP,
RBI_SWITCH_RFO_HP = RADIO_SWITCH_RFO_HP,
} RBI_Switch_TypeDef;
typedef enum
{
RBI_RFO_LP_MAXPOWER = 0,
RBI_RFO_HP_MAXPOWER = 1,
} RBI_RFOMaxPowerConfig_TypeDef;
#elif defined(YUNHORN_STS_WLE5CCxx)
typedef enum
{