From 6cf71d88ba365ab50c8f246ed59e8f286544a522 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 24 Jul 2018 16:56:26 -0400 Subject: Housekeeping: Mark hal_ks_pin_uuid extern, so it doesn't get instantiated in each object module. --- ks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3