esp32/boards/UM_RGBTOUCH_MINI: Fix compile error with missing modules.

Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com>
This commit is contained in:
Seon Rozenblum 2024-09-20 12:00:54 +10:00 committed by Damien George
parent 7e14680a83
commit b08ddbba59
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
include("$(PORT_DIR)/boards/manifest.py")
freeze("modules")
# freeze("modules") - to re-enable at a later stage when there are modules