whitespace fix
This commit is contained in:
parent
88efafa0e2
commit
38f5a467ef
|
@ -681,8 +681,7 @@ uint16_t HamShield::getPABiasVoltage(){
|
|||
// Subaudio settings
|
||||
|
||||
|
||||
// recommended function for placing CTCSS tone on channel -- schedule remainder for deprecation
|
||||
|
||||
// recommended function for placing CTCSS tone on channel
|
||||
|
||||
// ctcss freq encoder
|
||||
void HamShield::setCtcssEncoder(float freq) {
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
//#define A1846S_BAND_SEL_BIT 7 // band_sel<1:0>
|
||||
//#define A1846S_BAND_SEL_LENGTH 2
|
||||
|
||||
// Bitfields for RDA1864_GPIO_MODE_REG
|
||||
// Bitfields for A1846_GPIO_MODE_REG
|
||||
#define RDA1864_GPIO7_MODE_BIT 15 // <1:0> 00=hi-z,01=vox,10=low,11=hi
|
||||
#define RDA1864_GPIO7_MODE_LENGTH 2
|
||||
#define RDA1864_GPIO6_MODE_BIT 13 // <1:0> 00=hi-z,01=sq or =sq&ctcss/cdcss when sq_out_sel=1,10=low,11=hi
|
||||
|
|
Loading…
Reference in New Issue