mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
more rename plugin to module
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
MeshPacket *ReplyPlugin::allocReply()
|
||||
MeshPacket *ReplyModule::allocReply()
|
||||
{
|
||||
assert(currentRequest); // should always be !NULL
|
||||
auto req = *currentRequest;
|
||||
|
||||
Reference in New Issue
Block a user