Revision 6df420be

View differences:

kernel/ChibiOS
1
Subproject commit 27227574f700b45e9a476af8dbae3fedbdfb8871
1
Subproject commit 3a1b71ebdcf2687385f1b327feef0de7ccacb1f4
os/core/src/aos_iostream.c
123 123
static msg_t _channelctl(void *instance, unsigned int operation, void *arg)
124 124
{
125 125
  if (((AosIOChannel*)instance)->flags & AOS_IOCHANNEL_OUTPUT_ENABLE) {
126
    return chnControl(((AosIOChannel*)instance)->asyncchannel, operation, arg));
126
    return chnControl(((AosIOChannel*)instance)->asyncchannel, operation, arg);
127 127
  } else {
128 128
    return MSG_OK;
129 129
  }

Also available in: Unified diff