Commit 743c9650 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Added PINOP, PINOP_RESPONSE to MessageType

parent 6402236b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -723,6 +723,8 @@ message Command {
		FLUSHALLDATA_RESPONSE = 31;
		BACKOP = 34; // background operations
		BACKOP_RESPONSE = 33;
		PINOP = 36; // Pin based operations
		PINOP_RESPONSE = 35;
	}

}