fix comment marker

This commit is contained in:
Jeff Epler 2023-09-22 10:39:50 -05:00
parent 60fa26022b
commit f77e0b8992
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -73,7 +73,7 @@ PY_O += $(addprefix $(BUILD)/, $(SRC_USERMOD_PATHFIX_CXX:.cpp=.o))
PY_O += $(addprefix $(BUILD)/, $(SRC_USERMOD_PATHFIX_LIB_C:.c=.o))
PY_O += $(addprefix $(BUILD)/, $(SRC_USERMOD_PATHFIX_LIB_CXX:.cpp=.o))
// CIRCUITPY
# CIRCUITPY
ifeq ($(CIRCUITPY_ULAB),1)
ULAB_SRCS := $(shell find $(TOP)/extmod/ulab/code -type f -name "*.c")
SRC_MOD += $(patsubst $(TOP)/%,%,$(ULAB_SRCS))