From 88bd7433e294372f5bdc991b9bda9fbac06c8035 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Mon, 8 Jul 2024 21:19:09 -0500 Subject: [PATCH] Fix unused field warning in PatriotViperSteel controller --- .../PatriotViperSteelController/PatriotViperSteelController.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Controllers/PatriotViperSteelController/PatriotViperSteelController.h b/Controllers/PatriotViperSteelController/PatriotViperSteelController.h index 741c43f9..389d2aee 100644 --- a/Controllers/PatriotViperSteelController/PatriotViperSteelController.h +++ b/Controllers/PatriotViperSteelController/PatriotViperSteelController.h @@ -50,5 +50,4 @@ private: i2c_smbus_interface *bus; viper_dev_id dev; unsigned char mode; - unsigned char speed; };