Randy Mackay
5 years ago
committed by
WickedShell
4 changed files with 18 additions and 0 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
#pragma once |
||||
|
||||
#include "AP_BattMonitor_SMBus_Generic.h" |
||||
|
||||
class AP_BattMonitor_SMBus_Maxell : public AP_BattMonitor_SMBus_Generic |
||||
{ |
||||
using AP_BattMonitor_SMBus_Generic::AP_BattMonitor_SMBus_Generic; |
||||
|
||||
}; |
Loading…
Reference in new issue