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 d33d776 commit 5455c46Copy full SHA for 5455c46
annotation-processor-test/src/test/java/io/github/digitalsmile/gpio/types/all/GPIOTypesAll.java
@@ -6,7 +6,7 @@
6
import io.github.digitalsmile.annotation.structure.Structs;
7
import io.github.digitalsmile.annotation.structure.Unions;
8
9
-@NativeMemory(headers = "/usr/src/linux-headers-{version}/include/uapi/linux/gpio.h")
+@NativeMemory(headers = "/usr/src/linux-headers-${version}/include/uapi/linux/gpio.h")
10
@NativeMemoryOptions(
11
processRootConstants = true
12
)
0 commit comments