mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-11 13:55:47 +00:00
get rid of housekeeping tick and AGC reset
This commit is contained in:
@@ -23,8 +23,6 @@ public:
|
||||
uint32_t getOutboundSchedule(int i) const override;
|
||||
bool rescheduleOutbound(int i, uint32_t new_scheduled_for) override;
|
||||
uint8_t peekNextOutboundPriority(uint32_t now) const override;
|
||||
void queueInbound(Packet *packet, uint32_t scheduled_for) override;
|
||||
Packet *getNextInbound(uint32_t now) override;
|
||||
};
|
||||
|
||||
} /* namespace mesh */
|
||||
|
||||
Reference in New Issue
Block a user