Skip to content

Commit cfe0cba

Browse files
Improve tpcomp.comp warning text.
1 parent 3295395 commit cfe0cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/components/tpcomp.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EXTRA_SETUP() {
8181
if (!tp_parms) {tp_parms="no_tp_parms";}
8282
rtapi_print("@@@%s:%s: tp_parms=%s\n",__FILE__,__FUNCTION__,tp_parms);
8383
#ifndef TOPDIR
84-
#warning No TOPDIR defined, module provides no tp functions
84+
#warning No TOPDIR defined, skeleton component provides no trajectory planning functions.
8585
rtapi_print("\n!!!%s: NO Trajectory Planning symbols provided\n\n",__FILE__);
8686
#else
8787
rtapi_print("\n@@@%s: TOPDIR=%s\n",__FILE__,XSTR(TOPDIR));

0 commit comments

Comments
 (0)