From 0aeaad0dbccc7c72fba93cb82b6f350c9126451a Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期四, 29 七月 2021 09:20:57 +0800
Subject: [PATCH] 2021-07-28 commit

---
 Inc/PLCfunctions.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Inc/PLCfunctions.h b/Inc/PLCfunctions.h
index 1682bdf..d62fdf7 100644
--- a/Inc/PLCfunctions.h
+++ b/Inc/PLCfunctions.h
@@ -119,10 +119,11 @@
 	OP_NOT=7,
 	
 	OP_PSHS =8,
-	OP_POPS =9,
+	OP_RDS = 9,
+	OP_POPS =10,
 
-	OP_ANS=10,
-	OP_ORS=11,
+	OP_ANS=11,
+	OP_ORS=12,
 
 	OP_OUT=16,
 	OP_SET=17,

--
Gitblit v1.9.1