Skip to content

Commit

Permalink
Merge pull request #35 from pyhys/increase_buffer_size
Browse files Browse the repository at this point in the history
Increase buffer size integer type
  • Loading branch information
hefloryd committed Mar 16, 2020
2 parents 95a267c + 525cf69 commit f940111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pf_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ typedef struct pf_ppm
uint16_t cycle;
uint8_t transfer_status;
uint8_t data_status;
uint8_t buffer_length;
uint16_t buffer_length;
uint16_t buffer_pos; /* Start of PROFINET data in frame */
uint16_t cycle_counter_offset;
uint16_t data_status_offset;
Expand Down

0 comments on commit f940111

Please sign in to comment.