Release/version 1.3.5 rc1 (#611)

* Updated to version 1.3.5 for release on 2024-04-01 April Fool's Day!
This commit is contained in:
Steve Karg
2024-04-01 16:39:10 -05:00
committed by GitHub
parent adf6b5f1fb
commit 8a0a01c0fa
5 changed files with 64 additions and 3 deletions
+2
View File
@@ -1219,6 +1219,8 @@ void Analog_Input_Intrinsic_Reporting(uint32_t object_instance)
}
}
}
#else
(void)object_instance;
#endif /* defined(INTRINSIC_REPORTING) */
}
+2
View File
@@ -1323,6 +1323,8 @@ void Analog_Value_Intrinsic_Reporting(uint32_t object_instance)
}
}
}
#else
(void)object_instance;
#endif /* defined(INTRINSIC_REPORTING) */
}