mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
d/wmr: make wmr_config_key static
OpenHMD has a global variable wmr_config_key too which is exported in some build configurations, causing Monado to fail linking openhmd and the wmr driver together.
This commit is contained in:
parent
22d9d97e61
commit
01c6e4ed28
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
// clang-format off
|
||||
const uint8_t wmr_config_key[] =
|
||||
static const uint8_t wmr_config_key[] =
|
||||
{
|
||||
0x2F, 0xC8, 0x0F, 0x38, 0xDD, 0x00, 0xF6, 0x5C, 0xA1, 0x31, 0xEF, 0xF1, 0xEA, 0x6F, 0xA0, 0xF8,
|
||||
0x26, 0xB5, 0x9B, 0x39, 0xCF, 0x3A, 0x88, 0xC8, 0x2E, 0x17, 0xC0, 0x63, 0x5B, 0x46, 0x27, 0xBB,
|
||||
|
|
Loading…
Reference in a new issue