Fix issue #6: build failure on gcc 6

Change-Id: If890a6d62fdd55befb9057f83726f60721ac8078
__archive__
Tim Newsome 2016-12-01 19:15:55 -08:00
parent 52d7d49d6c
commit c1da323144
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ typedef enum slot {
#define DMCONTROL_FULLRESET 1
#define DMINFO 0x11
#define DMINFO_ABUSSIZE (0x7f<<25)
#define DMINFO_ABUSSIZE (0x7fU<<25)
#define DMINFO_SERIALCOUNT (0xf<<21)
#define DMINFO_ACCESS128 (1<<20)
#define DMINFO_ACCESS64 (1<<19)