Skip to content
Snippets Groups Projects
Commit c7ba7417 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the type of the waveform ID to force it as unsigned char.

parent 876d0bbc
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ typedef union{ ...@@ -35,7 +35,7 @@ typedef union{
#pragma pack (push, 1) #pragma pack (push, 1)
typedef struct typedef struct
{ {
wf_id_t waveform_id; unsigned char waveform_id;
TPixelRGB max; TPixelRGB max;
TPixelRGB min; TPixelRGB min;
unsigned short int period; unsigned short int period;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment