mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-23 07:16:26 +00:00
RecentEntries: Remove Packet template arg.
This commit is contained in:
@@ -72,7 +72,7 @@ struct TPMSRecentEntry {
|
||||
void update(const tpms::Reading& reading);
|
||||
};
|
||||
|
||||
using TPMSRecentEntries = RecentEntries<tpms::Reading, TPMSRecentEntry>;
|
||||
using TPMSRecentEntries = RecentEntries<TPMSRecentEntry>;
|
||||
|
||||
class TPMSLogger {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user