We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af603d6 commit 53f1fc9Copy full SHA for 53f1fc9
annotation-processor-test/src/test/java/io/github/digitalsmile/gpio/types/custom/GPIOTest.java
@@ -7,7 +7,7 @@
7
import io.github.digitalsmile.annotation.structure.Structs;
8
import io.github.digitalsmile.annotation.structure.Unions;
9
10
-@NativeMemory(headers = "/usr/src/linux-headers-${version}/include/uapi/linux/gpio.h")
+@NativeMemory(headers = "/usr/src/linux-headers-${linux-version}/include/uapi/linux/gpio.h")
11
@NativeMemoryOptions(
12
processRootConstants = true
13
)
0 commit comments