Merge pull request #78 from algernon/h/Keyboardio/static-to-extern

Keyboardio: Change from static to extern
pull/79/head
Jesse Vincent 8 years ago committed by GitHub
commit 910b9db948

@ -53,3 +53,5 @@ Keyboardio_::use(KeyboardioPlugin *plugin, ...) {
}; };
va_end(ap); va_end(ap);
} }
Keyboardio_ Keyboardio;

@ -43,4 +43,4 @@ class Keyboardio_ {
void use(KeyboardioPlugin *plugin, ...) __attribute__((sentinel)); void use(KeyboardioPlugin *plugin, ...) __attribute__((sentinel));
}; };
static Keyboardio_ Keyboardio; extern Keyboardio_ Keyboardio;

Loading…
Cancel
Save