simbit18 commented on code in PR #3143:
URL: https://github.com/apache/nuttx-apps/pull/3143#discussion_r2443388539
##########
graphics/jpgresizetool/CMakeLists.txt:
##########
@@ -20,14 +20,14 @@
#
#
##############################################################################
-if(CONFIG_NETUTILS_PLCATOOL)
+if(CONFIG_GRAPHICS_JPGRESIZETOOL)
nuttx_add_application(
NAME
- plcatool
+ jpgresize
STACKSIZE
- ${CONFIG_DEFAULT_TASK_STACKSIZE}
+ 4096
MODULE
- ${CONFIG_NETUTILS_PLCATOOL}
+ ${CONFIG_GRAPHICS_JPGRESIZETOOL}
SRCS
- plcatool.c)
-endif()
+ resize.c)
+endif()
Review Comment:
endif() -> press enter
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]