From 34028c0f8b60e8c23596260361541366cba6bd3b Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Sat, 8 Feb 2020 10:00:23 +0200 Subject: [PATCH] Update SX1278.h --- src/modules/SX127x/SX1278.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/SX127x/SX1278.h b/src/modules/SX127x/SX1278.h index a495490d..39240e35 100644 --- a/src/modules/SX127x/SX1278.h +++ b/src/modules/SX127x/SX1278.h @@ -259,12 +259,12 @@ class SX1278: public SX127x { */ int16_t setCRC(bool enableCRC); - /*! + /*! \brief Check if payload includes CRC and thus CRC is enabled in explicit header mode \returns 1 if payload includes CRC and CRC is enabled, otherwise 0 */ - uint8_t crcOnPayload(); + uint8_t crcOnPayload(); #ifndef RADIOLIB_GODMODE protected: