]> git.sur5r.net Git - freertos/commit
Add an optional global buffer to the command interpreter that can be used for command...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 26 Sep 2011 14:27:03 +0000 (14:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 26 Sep 2011 14:27:03 +0000 (14:27 +0000)
commitb8ad8fe4d585eb7132eab05856b48238e15d4a9b
tree2c757c2aa5a84f74d83308d81a68c088adccd182
parentee3a69320262c0055e8524a25b6e77a79c61edc9
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1612 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/Utils/CommandInterpreter.c
Demo/Common/Utils/CommandInterpreter.h