]> begriffs open source - freertos/commit
Add an optional global buffer to the command interpreter that can be used for command...
authorRichard Barry <ribarry@amazon.com>
Mon, 26 Sep 2011 14:27:03 +0000 (14:27 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 26 Sep 2011 14:27:03 +0000 (14:27 +0000)
commit42fa20daecfe811a2be0a5dc14ffb21aa5d31e3d
tree2c757c2aa5a84f74d83308d81a68c088adccd182
parentcc61126025641c43dc0100faa38ef5c058ba9302
Add an optional global buffer to the command interpreter that can be used for command interpreter output.  This removes the need for multiple output buffers to be allocated when more than one command interpreter is implemented.
Demo/Common/Utils/CommandInterpreter.c
Demo/Common/Utils/CommandInterpreter.h