File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/rp2_common/pico_cyw43_arch/include/pico Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ extern "C" {
67
67
* is now just a thin wrapper which creates an appropriate async_context and makes a simple call to add lwIP or cyw43_driver support
68
68
* as appropriate. You are free to perform this context creation and adding of lwIP, cyw43_driver or indeed any other additional
69
69
* future protocol/driver support to your async_context, however for now pico_cyw43_arch does still provide a few cyw43_ specific (i.e. Pico W)
70
- * APIs still for connection management, locking and GPIO interaction.
70
+ * APIs for connection management, locking and GPIO interaction.
71
71
*
72
72
* \note The connection management APIs at least may be moved
73
73
* to a more generic library in a future release. The locking methods are now backed by their \ref pico_async_context equivalents, and
@@ -76,7 +76,7 @@ extern "C" {
76
76
* \note For examples of creating of your own async_context and addition of \c cyw43_driver and \c lwIP support, please
77
77
* refer to the specific source files \c cyw43_arch_poll.c, \c cyw43_arch_threadsafe_background.c and \c cyw43_arch_freertos.c.
78
78
*
79
- * Whilst you can use the \c pico_cyw43_arch library directly and specify \ref CYW$#_LWIP (and other defines) yourself, several
79
+ * Whilst you can use the \c pico_cyw43_arch library directly and specify \ref CYW43_LWIP (and other defines) yourself, several
80
80
* other libraries are made available to the build which aggregate the defines and other dependencies for you:
81
81
*
82
82
* * \b pico_cyw43_arch_lwip_poll - For using the RAW lwIP API (in `NO_SYS=1` mode) without any background processing or multi-core/thread safety.
You can’t perform that action at this time.
0 commit comments