Skip to content

Commit 071ef8b

Browse files
committed
Make LIBMK_MODEL_STRINGS an extern for #6
1 parent 49c012d commit 071ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmk/libmk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef struct LibMK_Device {
145145

146146

147147
/** @brief Array of strings representing the supported models */
148-
const char* LIBMK_MODEL_STRINGS[];
148+
extern const char* LIBMK_MODEL_STRINGS[];
149149

150150
/** @brief Struct describing an opened supported device
151151
*

0 commit comments

Comments
 (0)