aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-07-24 16:56:26 -0400
committerPaul Selkirk <paul@psgd.org>2018-07-24 16:56:26 -0400
commit6cf71d88ba365ab50c8f246ed59e8f286544a522 (patch)
tree32a704fbb7d16a649611a1b1e2b7f05168f4e3de
parent43f3d74730e64bc249380d56557af84138572a4a (diff)
Housekeeping: Mark hal_ks_pin_uuid extern, so it doesn't get instantiated in each object module.
-rw-r--r--ks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ks.h b/ks.h
index e1f865c..0649bcd 100644
--- a/ks.h
+++ b/ks.h
@@ -58,7 +58,7 @@
* the UUID generation code (by definition -- it's not a version 4 UUID).
*/
-const hal_uuid_t hal_ks_pin_uuid;
+extern const hal_uuid_t hal_ks_pin_uuid;
/*
* Known block states.