From b4eff3998236e70fb39f9aa521f3bd923ca1db4f Mon Sep 17 00:00:00 2001 From: Rubberazer <47650457+Rubberazer@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:14:31 +0200 Subject: [PATCH] adding Zig examples --- EXAMPLES_Zig/jetgpio_example.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES_Zig/jetgpio_example.zig b/EXAMPLES_Zig/jetgpio_example.zig index aea7743..ab0e24d 100644 --- a/EXAMPLES_Zig/jetgpio_example.zig +++ b/EXAMPLES_Zig/jetgpio_example.zig @@ -4,7 +4,7 @@ const std = @import("std"); const jetgpio = @cImport({ - @cInclude("/usr/include/jetgpio.h"); + @cInclude("jetgpio.h"); }); pub fn main() !void {