Merge branch 'dev_ck_v2.1_feature#1642#' into 'dev_ck_v2.1'
update feature#1642# to dev_ck_v2.1 See merge request ucp/driver/ucp4008_platform_arm!50
This commit is contained in:
commit
3773c7aa38
@ -33,6 +33,8 @@ int32_t test_case(uint32_t argc, int32_t* argvp);
|
||||
extern OSP_STATUS osp_init();
|
||||
extern int32_t osp_set_taskcpu(uint8_t cpu, uint8_t pri);
|
||||
extern uint8_t osp_sw_queue_init();
|
||||
extern int32_t osp_signal_init(void);
|
||||
|
||||
|
||||
#ifdef ENABLE_JESD_TEST
|
||||
extern int32_t UCP_API_RFIC_CellInit(void);
|
||||
@ -132,6 +134,7 @@ int32_t main(int32_t argc, char* argvp[])
|
||||
osp_set_taskcpu(7, 95);
|
||||
drv_init();
|
||||
init_stc();
|
||||
osp_signal_init();
|
||||
|
||||
#ifdef PALLADIUM_TEST
|
||||
UCP_PRINT_DEBUG("entered testmode.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user