Fix register type in PatriotViper and PatriotViperSteel controllers

This commit is contained in:
Adam Honse 2024-07-29 23:56:10 -05:00
parent 93f1a18b52
commit a9406804db
2 changed files with 3 additions and 3 deletions

View file

@ -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
{

View file

@ -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
{