diff options
Diffstat (limited to 'board/gth2/ee_access.h')
| -rw-r--r-- | board/gth2/ee_access.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/gth2/ee_access.h b/board/gth2/ee_access.h index c21730e71..926199de3 100644 --- a/board/gth2/ee_access.h +++ b/board/gth2/ee_access.h @@ -21,7 +21,7 @@ int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );  #define EE_BUSY  0x40000000  #define EE_ERROR 0x20000000 -/* Commands */  +/* Commands */  #define EE_CMD_NOP      0  #define EE_CMD_INIT_RES 1  #define EE_CMD_WR_BYTE  2 |