Skip to content

Commit cc6caab

Browse files
jphickeyGitHub Enterprise
authored andcommitted
Merge pull request #29 from cFS/fix-28-revert-port
Fix #28, revert port number
2 parents 2fd8486 + 3885423 commit cc6caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Subsystems/cmdUtil/cmdUtil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
/* Destination default values */
6464
#define DEFAULT_HOSTNAME "127.0.0.1" /* Local host */
65-
#define DEFAULT_PORT "2234" /* Default cFS cpu1 port */
65+
#define DEFAULT_PORT "1234" /* Default cFS cpu1 port */
6666

6767
/*
6868
* Packet default values

0 commit comments

Comments
 (0)