added clang-format around code sections to prevent defines getting screwed with autoformat

This commit is contained in:
Paul
2019-07-26 15:19:29 +02:00
parent caad7c8173
commit 93ac421d2f

View File

@@ -17,6 +17,7 @@
* ° for Rx, we use GPIO14 * ° for Rx, we use GPIO14
* ° for Tx, we use GPIO12 * ° for Tx, we use GPIO12
*/ */
// clang-format off
#ifdef LOGICANALYZER #ifdef LOGICANALYZER
#define RX_MARK_PIN 14 #define RX_MARK_PIN 14
#define TX_MARK_PIN 12 #define TX_MARK_PIN 12
@@ -67,6 +68,7 @@
#define GPIO_H(mask) #define GPIO_H(mask)
#define GPIO_L(mask) #define GPIO_L(mask)
#endif #endif
// clang-format on
#define EMS_ID_NONE 0x00 // used as a dest in broadcast messages and empty device IDs #define EMS_ID_NONE 0x00 // used as a dest in broadcast messages and empty device IDs
@@ -83,7 +85,6 @@
#define EMS_PRODUCTID_SM100 163 // ProductID for SM10 solar module #define EMS_PRODUCTID_SM100 163 // ProductID for SM10 solar module
#define EMS_PRODUCTID_ISM1 101 // ProductID for SM10 solar module #define EMS_PRODUCTID_ISM1 101 // ProductID for SM10 solar module
#define EMS_MIN_TELEGRAM_LENGTH 6 // minimal length for a validation telegram, including CRC #define EMS_MIN_TELEGRAM_LENGTH 6 // minimal length for a validation telegram, including CRC
// max length of a telegram, including CRC, for Rx and Tx. // max length of a telegram, including CRC, for Rx and Tx.