mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Rename ::Packet to baseband::Packet. Remove IPC packet types.
This commit is contained in:
parent
280acfd227
commit
d0d97e92cb
15 changed files with 69 additions and 76 deletions
|
@ -58,9 +58,9 @@ void TPMSProcessor::consume_symbol(
|
|||
}
|
||||
|
||||
void TPMSProcessor::payload_handler(
|
||||
const ::Packet& packet
|
||||
const baseband::Packet& packet
|
||||
) {
|
||||
TPMSPacketMessage message;
|
||||
message.packet.packet = packet;
|
||||
message.packet = packet;
|
||||
shared_memory.application_queue.push(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue