Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -64,7 +64,7 @@ enum SignalOpcode {
|
||||
PSO_END,
|
||||
PSO_INVALID = 0xFF
|
||||
};
|
||||
template <> struct EnumPropsT<SignalOpcode> : MakeEnumPropsT<SignalOpcode, byte, PSO_FIRST, PSO_END, PSO_INVALID, 8> {};
|
||||
template <> struct EnumPropsT<SignalOpcode> : MakeEnumPropsT<SignalOpcode, uint8_t, PSO_FIRST, PSO_END, PSO_INVALID, 8> {};
|
||||
|
||||
/** Signal instruction base class. All instructions must derive from this. */
|
||||
class SignalInstruction {
|
||||
|
Reference in New Issue
Block a user