Skip to content

Commit 66bd4d8

Browse files
authored
Comment typos (#1231)
1 parent 5eff172 commit 66bd4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rp2_common/pico_cyw43_arch/include/pico/cyw43_arch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extern "C" {
6767
* is now just a thin wrapper which creates an appropriate async_context and makes a simple call to add lwIP or cyw43_driver support
6868
* as appropriate. You are free to perform this context creation and adding of lwIP, cyw43_driver or indeed any other additional
6969
* 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.
7171
*
7272
* \note The connection management APIs at least may be moved
7373
* 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" {
7676
* \note For examples of creating of your own async_context and addition of \c cyw43_driver and \c lwIP support, please
7777
* refer to the specific source files \c cyw43_arch_poll.c, \c cyw43_arch_threadsafe_background.c and \c cyw43_arch_freertos.c.
7878
*
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
8080
* other libraries are made available to the build which aggregate the defines and other dependencies for you:
8181
*
8282
* * \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.

0 commit comments

Comments
 (0)