diff options
author | Paul Selkirk <paul@psgd.org> | 2018-07-24 16:56:26 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-07-24 16:56:26 -0400 |
commit | 6cf71d88ba365ab50c8f246ed59e8f286544a522 (patch) | |
tree | 32a704fbb7d16a649611a1b1e2b7f05168f4e3de | |
parent | 43f3d74730e64bc249380d56557af84138572a4a (diff) |
Housekeeping: Mark hal_ks_pin_uuid extern, so it doesn't get instantiated in each object module.
-rw-r--r-- | ks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |