mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	CW keyer: used signed char to avoid copmilation warnings in some installations
This commit is contained in:
		
							parent
							
								
									62deb64f57
								
							
						
					
					
						commit
						a7e63df13d
					
				@ -127,7 +127,7 @@ private:
 | 
				
			|||||||
    bool m_dot;
 | 
					    bool m_dot;
 | 
				
			||||||
    bool m_dash;
 | 
					    bool m_dash;
 | 
				
			||||||
    bool m_elementOn;
 | 
					    bool m_elementOn;
 | 
				
			||||||
    char m_asciiChar;
 | 
					    signed char m_asciiChar;
 | 
				
			||||||
    CWKeyIambicState m_keyIambicState;
 | 
					    CWKeyIambicState m_keyIambicState;
 | 
				
			||||||
    CWTextState m_textState;
 | 
					    CWTextState m_textState;
 | 
				
			||||||
    CWSmoother m_cwSmoother;
 | 
					    CWSmoother m_cwSmoother;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user