mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 05:07:47 +00:00
Windows Host Side Updates (#1217)
* Add otLinkRaw API * Separate Mac and otLinkRaw* * Make pretty * otLinkRawSetEnabled doen't change radio enable state. Assumed to always be enabled right now. * NCP usage of otLinkRaw * Make otLinkRaw compile time removal (on by default). Disable otLinkRaw on Windows kernel mode. Check for mLinkRawEnabled state in otLinkRaw APIs and return errors. * Make raw usage compile time removable. * Additional cleanup * Fix Linux build breaks * Merge otlwf changes for new Spinel command interface * CC2538 Add Support for ACK timeouts * Revert "CC2538 Add Support for ACK timeouts" This reverts commit 7dcc4caebc3dc50dc56401cf7e009f315b4c196c. * Updates for the energy scan interface
This commit is contained in:
@@ -404,7 +404,7 @@ Return Value:
|
||||
|
||||
// Xon and Xoff characters
|
||||
{
|
||||
const SERIAL_CHARS sc = { 0, 0, 0, 0, 11, 13 };
|
||||
const SERIAL_CHARS sc = { 0, 0, 0, 0, 0x11, 0x13 };
|
||||
WDF_MEMORY_DESCRIPTOR_INIT_BUFFER(&inputDesc, (PVOID)&sc, sizeof(sc));
|
||||
|
||||
status = SerialSendIoctl(AdapterContext, IOCTL_SERIAL_SET_CHARS, &wrso, &inputDesc);
|
||||
|
||||
Reference in New Issue
Block a user