call UCP_API_RFIC_CellSetup(2575770000u, 2575770000u, 100000000u, 0) in main()
This commit is contained in:
parent
0e4d1e0ded
commit
dc9907346f
@ -31,6 +31,7 @@ extern uint8_t osp_sw_queue_init();
|
|||||||
|
|
||||||
#ifdef ENABLE_JESD_TEST
|
#ifdef ENABLE_JESD_TEST
|
||||||
extern int32_t UCP_API_RFIC_CellInit(void);
|
extern int32_t UCP_API_RFIC_CellInit(void);
|
||||||
|
extern int32_t UCP_API_RFIC_CellSetup(uint64_t txLo, uint64_t rxLo, uint64_t bw, uint16_t initAtt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -48,6 +49,7 @@ int32_t main(int32_t argc, char* argvp[])
|
|||||||
|
|
||||||
#ifdef ENABLE_JESD_TEST
|
#ifdef ENABLE_JESD_TEST
|
||||||
UCP_API_RFIC_CellInit();
|
UCP_API_RFIC_CellInit();
|
||||||
|
UCP_API_RFIC_CellSetup(2575770000u, 2575770000u, 100000000u, 0);
|
||||||
#endif
|
#endif
|
||||||
osp_init();
|
osp_init();
|
||||||
drv_init();
|
drv_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user