You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
189 B

--- a/plc/plc.h
+++ b/plc/plc.h
@@ -498,7 +498,7 @@ struct __packed plcproperty
uint8_t DATA_BUFFER [128];
}
-plcproperty;
+extern plcproperty;
#ifndef __GNUC__
#pragma pack (pop)