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

  1. --- a/plc/plc.h
  2. +++ b/plc/plc.h
  3. @@ -498,7 +498,7 @@ struct __packed plcproperty
  4. uint8_t DATA_BUFFER [128];
  5. }
  6. -plcproperty;
  7. +extern plcproperty;
  8. #ifndef __GNUC__
  9. #pragma pack (pop)