Revision 0128be0f os/core/src/aos_shell.c

View differences:

os/core/src/aos_shell.c
131 131
}
132 132

  
133 133
static const struct AosShellChannelVMT _channelvmt = {
134
  (size_t) 0,
134 135
  _channelwrite,
135 136
  _channelread,
136 137
  _channelput,
......
195 196
}
196 197

  
197 198
static const struct AosShellStreamVMT _streamvmt = {
199
  (size_t) 0,
198 200
  _streamwrite,
199 201
  _stremread,
200 202
  _streamput,

Also available in: Unified diff