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>
This commit is contained in:
Jim Mussared
2022-08-18 15:07:24 +10:00
parent f5f9edf645
commit 0ceccd4cf8
25 changed files with 40 additions and 39 deletions

View File

@@ -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