silence warnings

This commit is contained in:
joeycastillo
2024-07-06 08:52:41 -04:00
parent 226cda748c
commit 89a2af92ef
4 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
*/
#include "driver_init.h"
uint16_t sequence_length(int8_t *sequence);
uint16_t sequence_length(int8_t *sequence) {
uint16_t result = 0;