Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: xio.c
- Revision:
- 48:81866008bba4
- Parent:
- 32:3b68703b9316
diff -r e59b74c745bc -r 81866008bba4 xio.c --- a/xio.c Thu Jul 12 18:10:56 2018 -0700 +++ b/xio.c Tue Sep 11 11:15:08 2018 -0700 @@ -192,7 +192,7 @@ result = 0; } } - else /*passthrough*/ + else /*passthrough*/ { /* Codes_SRS_XIO_003_028: [xio_setoption shall pass the optionName and value to the concrete IO implementation specified in xio_create by invoking the concrete_xio_setoption function.] */ /* Codes_SRS_XIO_03_029: [xio_setoption shall return 0 upon success.] */