1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
From c8d9fbb9dd2793adf035708864c81967c2bdc8e3 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sat, 5 Aug 2023 15:21:51 -0400
Subject: [PATCH] spelling
Fix spelling in rfe.h and update bindings with new hash.
---
include/limesdr/rfe.h | 2 +-
python/bindings/rfe_python.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/limesdr/rfe.h b/include/limesdr/rfe.h
index 7638577..2cc00e2 100644
--- a/include/limesdr/rfe.h
+++ b/include/limesdr/rfe.h
@@ -57,7 +57,7 @@ public:
*/
int change_mode(int mode);
/**
- * Enable or disbale fan
+ * Enable or disable fan
*
* @param enable fan state: 0 - disable; 1 - enable.
*
diff --git a/python/bindings/rfe_python.cc b/python/bindings/rfe_python.cc
index 559f969..16b230a 100644
--- a/python/bindings/rfe_python.cc
+++ b/python/bindings/rfe_python.cc
@@ -10,7 +10,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(rfe.h) */
-/* BINDTOOL_HEADER_FILE_HASH(c8af915fcfdda460c8c0cad6f26345d6) */
+/* BINDTOOL_HEADER_FILE_HASH(de35a1c5d9e7a7e1d9efa2633a705ce1) */
/***********************************************************************************/
#include <pybind11/complex.h>
--
2.39.2
|