Add Thread Auto Start Support (#1268)

* Add Thread Auto Start Support

* Add compile-time option

* Return error in Windows API
This commit is contained in:
Nick Banks
2017-02-20 17:29:20 -08:00
committed by Jonathan Hui
parent 500dada64c
commit 64f5ab43fc
11 changed files with 230 additions and 13 deletions
+1
View File
@@ -141,6 +141,7 @@ private:
void OutputBytes(const uint8_t *aBytes, uint8_t aLength);
void ProcessHelp(int argc, char *argv[]);
void ProcessAutoStart(int argc, char *argv[]);
void ProcessBufferInfo(int argc, char *argv[]);
void ProcessBlacklist(int argc, char *argv[]);
void ProcessChannel(int argc, char *argv[]);