diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2022-08-18 15:07:24 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-06-08 17:54:14 +1000 |
commit | 0ceccd4cf809ef067feea8c42614b1bd07984451 (patch) | |
tree | 1e801e6bf457eff9d1e1c7e998c0abb526f853f8 /extmod/modwebrepl.c | |
parent | f5f9edf6457624bf32e71b0c2fdcfbfa5d5753a6 (diff) |
all: Rename *umodule*.h to remove the "u" prefix.
This work was funded through GitHub Sponsors.
Also updates #includes.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'extmod/modwebrepl.c')
-rw-r--r-- | extmod/modwebrepl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modwebrepl.c b/extmod/modwebrepl.c index d86f35896..64276b5a8 100644 --- a/extmod/modwebrepl.c +++ b/extmod/modwebrepl.c @@ -34,7 +34,7 @@ #ifdef MICROPY_PY_WEBREPL_DELAY #include "py/mphal.h" #endif -#include "extmod/moduwebsocket.h" +#include "extmod/modwebsocket.h" #if MICROPY_PY_WEBREPL |