mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Typo
This commit is contained in:
		@@ -104,7 +104,7 @@ int ProviderFtdi::open()
 | 
			
		||||
	buf[icmd++] = divisor;
 | 
			
		||||
	buf[icmd++] = divisor >> 8;
 | 
			
		||||
	buf[icmd++] = SET_BITS_LOW;		  // opcode: set low bits (ADBUS[0-7])
 | 
			
		||||
	buf[icmd++] = Pin::CS & ~Pin::L0; // argument: inital pin states
 | 
			
		||||
	buf[icmd++] = Pin::CS & ~Pin::L0; // argument: initial pin states
 | 
			
		||||
	buf[icmd++] = pinDirection;
 | 
			
		||||
	if ((rc = ftdi_write_data(_ftdic, buf, icmd)) != icmd)
 | 
			
		||||
	{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user