fix compilation?

This commit is contained in:
Pascal Langer 2021-11-13 19:08:38 +01:00
parent db017c73b6
commit 97c6088715
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#if defined(E01X_CYRF6936_INO)
#include "iface_HS6200.h"
#include "iface_hs6200.h"
//Protocols constants
#define E01X_BIND_COUNT 500

View File

@ -13,7 +13,7 @@
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef CYRF6936_INSTALLED
#include "iface_HS6200.h"
#include "iface_hs6200.h"
static bool HS6200_crc;
static uint16_t HS6200_crc_init;