increase size of note counter variable to avoid overflow
This commit is contained in:
		
							parent
							
								
									dbfbe0d7f0
								
							
						
					
					
						commit
						73d8593352
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -94,7 +94,7 @@ bool     notes_repeat;
 | 
			
		|||
float    notes_rest;
 | 
			
		||||
bool     note_resting = false;
 | 
			
		||||
 | 
			
		||||
uint8_t current_note = 0;
 | 
			
		||||
uint16_t current_note = 0;
 | 
			
		||||
uint8_t rest_counter = 0;
 | 
			
		||||
 | 
			
		||||
#ifdef VIBRATO_ENABLE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue