Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GCodeChannel.cpp « GCodes « src - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d760b493c0f01f118b3d01a89cff6dde93f31bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * GCodeChannel.cpp
 *
 *  Created on: 4 Jul 2019
 *      Author: Christian
 */

extern const char * const gcodeChannelName[] =
{
	"http",
	"telnet",
	"file",
	"serial",
	"aux",
	"daemon",
	"queue",
	"lcd",
	"spi",
	"autopause"
};

// End