aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 66924022..fc8b4419 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -138,7 +138,7 @@ struct WireInfoPOD
struct PackagePinPOD
{
- const char *name;
+ RelPtr<char> name;
int32_t bel_index;
} __attribute__((packed));