From cd579eeabf4131335934d3c43e14ded33905d2f0 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 19 Jul 2024 14:07:56 -0400 Subject: [PATCH] add virtual flag to some routines; --- src/host/modem/Modem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/host/modem/Modem.h b/src/host/modem/Modem.h index a87d0eb2..b2701a1f 100644 --- a/src/host/modem/Modem.h +++ b/src/host/modem/Modem.h @@ -384,7 +384,7 @@ namespace modem * @brief Sets the P25 NAC. * @param nac NAC. */ - void setP25NAC(uint32_t nac); + virtual void setP25NAC(uint32_t nac); /** * @brief Sets the RF receive deviation levels. * @param rxLevel Rx Level. @@ -634,7 +634,7 @@ namespace modem * @param length Length of data to write. * @returns int Actual length of data written. */ - int write(const uint8_t* data, uint32_t length); + virtual int write(const uint8_t* data, uint32_t length); /** * @brief Gets the current operating state for the air interface modem.