File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -961,12 +961,15 @@ class QSpy:
961961 _GRP_TE = 0xF5
962962 _GRP_QF = 0xF6
963963 _GRP_SC = 0xF7
964- _GRP_U0 = 0xF8
965- _GRP_U1 = 0xF9
966- _GRP_U2 = 0xFA
967- _GRP_U3 = 0xFB
968- _GRP_U4 = 0xFC
969- _GRP_UA = 0xFD
964+ _GRP_SEM = 0xF8
965+ _GRP_MTX = 0xF9
966+ _GRP_U0 = 0xFA
967+ _GRP_U1 = 0xFB
968+ _GRP_U2 = 0xFC
969+ _GRP_U3 = 0xFD
970+ _GRP_U4 = 0xFE
971+ _GRP_UA = 0xFF
972+
970973 _QS_USER = 100
971974
972975 # local filter groups...
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "qutest" ,
12- version = "7.1.0 " ,
12+ version = "7.1.1 " ,
1313 author = "Quantum Leaps" ,
14141515 description = "QUTest Python scripting support" ,
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "qview" ,
12- version = "7.1.0 " ,
12+ version = "7.1.1 " ,
1313 author = "Quantum Leaps" ,
14141515 description = "QView visualization and monitoring" ,
You can’t perform that action at this time.
0 commit comments