fix build for nrf52

This commit is contained in:
Kevin Hester 2021-02-12 09:56:42 +08:00
parent 9d81511153
commit bbc8fc0269

View File

@ -1,5 +1,7 @@
#include "MeshPacketQueue.h"
#include <algorithm>
/// @return the priority of the specified packet
inline uint32_t getPriority(MeshPacket *p)
{