mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 15:10:43 +03:00
Add missing shift for PORTD trigger.
This commit is contained in:
@@ -301,7 +301,11 @@ void loop()
|
||||
* we can just use it directly as our trigger mask.
|
||||
*/
|
||||
getCmd();
|
||||
#ifdef USE_PORTD
|
||||
trigger = cmdBytes[0] << 2;
|
||||
#else
|
||||
trigger = cmdBytes[0];
|
||||
#endif
|
||||
break;
|
||||
case SUMP_TRIGGER_VALUES:
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user