forked from mirrors/qmk_userspace
		
	[Bug] Fix ST7565 handler deadlock (#18609)
This commit is contained in:
		
					parent
					
						
							
								86ce1d4b04
							
						
					
				
			
			
				commit
				
					
						c76d2074b6
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -623,7 +623,7 @@ static void st7565_handlers_slave(matrix_row_t master_matrix[], matrix_row_t sla
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#    define TRANSACTIONS_ST7565_MASTER() TRANSACTION_HANDLER_MASTER(st7565)
 | 
					#    define TRANSACTIONS_ST7565_MASTER() TRANSACTION_HANDLER_MASTER(st7565)
 | 
				
			||||||
#    define TRANSACTIONS_ST7565_SLAVE() TRANSACTION_HANDLER_SLAVE_AUTOLOCK(st7565)
 | 
					#    define TRANSACTIONS_ST7565_SLAVE() TRANSACTION_HANDLER_SLAVE(st7565)
 | 
				
			||||||
#    define TRANSACTIONS_ST7565_REGISTRATIONS [PUT_ST7565] = trans_initiator2target_initializer(current_st7565_state),
 | 
					#    define TRANSACTIONS_ST7565_REGISTRATIONS [PUT_ST7565] = trans_initiator2target_initializer(current_st7565_state),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#else // defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE)
 | 
					#else // defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue