mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-05 08:15:11 -04:00
RecentEntries: Remove Packet template arg.
This commit is contained in:
parent
4d781df76c
commit
42d98c3b45
7 changed files with 14 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue