Squashed 'DCPlugin/' changes from 652ad9b..f3adba2
f3adba2 Change parameter type from uint8_t to bool git-subtree-dir: DCPlugin git-subtree-split: f3adba2f0ff7a574039c23b44cee9872d0f25d34
This commit is contained in:
		@@ -601,7 +601,7 @@ bool epi_getDI_CoinEscrow(void) {
 | 
			
		||||
    return SharedMemBuffer::getDataConst()->din.CoinEscrowOpen;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool gpi_storeDI_mifareCardTapped(uint8_t tapped) {
 | 
			
		||||
bool gpi_storeDI_mifareCardTapped(bool tapped) {
 | 
			
		||||
    return SharedMemBuffer::getData()->din.mifCardTap = tapped;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user