From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- src-arduino/utils/sysinfo.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src-arduino/utils/sysinfo.h (limited to 'src-arduino/utils/sysinfo.h') diff --git a/src-arduino/utils/sysinfo.h b/src-arduino/utils/sysinfo.h new file mode 100644 index 0000000..8a4f176 --- /dev/null +++ b/src-arduino/utils/sysinfo.h @@ -0,0 +1,3 @@ +#pragma once + +void runSystemInfoFeature(); -- cgit v1.2.3