Fix register type in PatriotViper and PatriotViperSteel controllers
This commit is contained in:
parent
93f1a18b52
commit
a9406804db
2 changed files with 3 additions and 3 deletions
|
|
@ -15,8 +15,8 @@
|
|||
#include <string>
|
||||
#include "i2c_smbus.h"
|
||||
|
||||
typedef unsigned char viper_dev_id;
|
||||
typedef unsigned short viper_register;
|
||||
typedef unsigned char viper_dev_id;
|
||||
typedef unsigned char viper_register;
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include "i2c_smbus.h"
|
||||
|
||||
typedef unsigned char viper_dev_id;
|
||||
typedef unsigned short viper_register;
|
||||
typedef unsigned char viper_register;
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue