diff options
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h')
| -rw-r--r-- | Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h index b801ecfa..8a90c50c 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h @@ -85,7 +85,7 @@ int ErrorCode : 6; int NAK : 1; int Response : 1; - }; + } TypeFields; } SideShowPacketType_t; typedef struct |
