Description of changes:
Fix the following -Wenum-conversion build warning:
warning: implicit conversion from enumeration type 'enum HTTPStatus' to
different enumeration type 'OtaHttpStatus_t' (aka 'enum OtaHttpStatus')
[-Wenum-conversion]
ret = HTTPSuccess;
~ ^~~~~~~~~~~
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Issue #, if available:
Description of changes: Fix the following -Wenum-conversion build warning:
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.