We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8266ced commit 495345cCopy full SHA for 495345c
1 file changed
rtos-docs/netx-duo/netx-duo-bsd/chapter2.adoc
@@ -44,7 +44,7 @@ In order to use NetX Duo BSD the entire distribution mentioned previously should
44
The ThreadX library must define `bsd_errno` in the thread local storage. We recommend the following procedure:
45
46
. In _tx_port.h_, set one of the TX_THREAD_EXTENSION macros as follows:
47
- ** `#define TX_THREAD_EXTENSION_3 int bsd_errno`
+ ** `#define TX_THREAD_EXTENSION_3 int bsd_errno;`
48
. Rebuild the ThreadX library.
49
50
NOTE: If TX_THREAD_EXTENSION_3 is already used, the user is free to use one of the other TX_THREAD_EXTENSION macros.
0 commit comments