kaleidoscope::device::Base: Don't make the default noop_serial_ static

With `noop_serial_` being static, if we don't override the `serial()` method, we
fail to link.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1086/head
Gergely Nagy 3 years ago committed by Jesse Vincent
parent 7c5973c7bd
commit 88a1d86079
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -90,7 +90,7 @@ class Base {
} }
}; };
static NoOpSerial noop_serial_; NoOpSerial noop_serial_;
public: public:
Base() {} Base() {}

Loading…
Cancel
Save