Aesthetic coding
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
				
			|||||||
void handleTelnet(void);
 | 
					void handleTelnet(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ################# Macros for debugging ################
 | 
					// ################# Macros for debugging ################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DEBUG_TELNET
 | 
					#ifdef DEBUG_TELNET
 | 
				
			||||||
#define     DEBUG_PRINT(x)                  telnetClient.print(x)
 | 
					#define     DEBUG_PRINT(x)                  telnetClient.print(x)
 | 
				
			||||||
#define     DEBUG_PRINTF(x,y)               telnetClient.printf(x,y)
 | 
					#define     DEBUG_PRINTF(x,y)               telnetClient.printf(x,y)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user