Cosmetic changes

Cosmetic change to reduce number of diffs showing up in pull request
pull/1277/head
modtronix-com 2015-08-14 12:06:13 +10:00
parent 16327ce210
commit 160d4bccf7
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
//0 = B10/B11
//1 = A2/A3
#if !defined (MX_DEFAULT_SERIAL_PINS)
#define MX_DEFAULT_SERIAL_PINS 0 // Use B10/B11 for default serial port, in stead of A2/A3
#define MX_DEFAULT_SERIAL_PINS 0 /*!< Use B10/B11 for default serial port, in stead of A2/A3 */
#endif
//MODTRONIX END ///////////////////////////////////////////////////////////////