Browse Source

Добавлен комментарий к макросу

Mikhail Zaytsev 1 year ago
parent
commit
85f407bbd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Devices/tmsgheaders.h

+ 1 - 0
Devices/tmsgheaders.h

@@ -150,6 +150,7 @@
                   (RF_SW2 << 1) | \
                   (RF_SW1 << 0))
 
+// Macros to set register parameter
 #define SET_REGISTER_PARAM( REGISTER, BITM, BITP, PARAMETER )\
 			REGISTER &= ~BITM;\
 			REGISTER |= (PARAMETER << BITP);