Commit e2a21949 authored by yankuo's avatar yankuo

fix Bug: oxgrf_lib.c

parent 778c7ac6
...@@ -589,7 +589,7 @@ int device_init(openair0_device *device, openair0_config_t *openair0_cfg) { ...@@ -589,7 +589,7 @@ int device_init(openair0_device *device, openair0_config_t *openair0_cfg) {
LOG_I(HW, "[oxgrf] device type: IQX%d(Split Mode)\n", model - 2); LOG_I(HW, "[oxgrf] device type: IQX%d(Split Mode)\n", model - 2);
} else if(model == 6000 || model == 7000 || model == 7100) { } else if(model == 6000 || model == 7000 || model == 7100) {
oxgrf->BoardType = IQX7000; oxgrf->BoardType = IQX7000;
shift = 4; shift = 2;
LOG_I(HW, "[oxgrf] device type: IQX%d\n", model); LOG_I(HW, "[oxgrf] device type: IQX%d\n", model);
} else { } else {
oxgrf->BoardType = UNKNOWN; oxgrf->BoardType = UNKNOWN;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment