|
|
@@ -221,7 +221,7 @@ __exit:
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
-int air720_reboot(struct at_device *device);
|
|
|
+static int air720_reboot(struct at_device *device);
|
|
|
|
|
|
static void check_link_status_entry(void *parameter)
|
|
|
{
|
|
|
@@ -985,9 +985,9 @@ static int air720_control(struct at_device *device, int cmd, void *arg)
|
|
|
case AT_DEVICE_CTRL_RESET:
|
|
|
result = air720_reset(device);
|
|
|
break;
|
|
|
- case AT_DEVICE_CTRL_REBOOT:
|
|
|
- result = air720_reboot(device);
|
|
|
- break;
|
|
|
+ //case AT_DEVICE_CTRL_REBOOT:
|
|
|
+ // result = air720_reboot(device);
|
|
|
+ // break;
|
|
|
default:
|
|
|
LOG_E("input error control command(%d).", cmd);
|
|
|
break;
|