From f5794c6f8b8a1f736ea7a524e72aed46baba4bd6 Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 20 Jul 2025 10:38:45 +0200 Subject: Implement BLE callbacks also, extract image config --- include/badge/util.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/badge/util.h (limited to 'include/badge/util.h') diff --git a/include/badge/util.h b/include/badge/util.h new file mode 100644 index 0000000..a70b018 --- /dev/null +++ b/include/badge/util.h @@ -0,0 +1,3 @@ +#pragma once + +#define ARRAY_LENGTH(arr) (sizeof(arr)/sizeof(arr[0])) -- cgit v1.2.3