Merge pull request #741 from keyboardio/device/raise-fixups

util/flasher/Base.h: Don't use an unnamed struct
pull/753/head
Jesse Vincent 5 years ago committed by GitHub
commit eb52795c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ struct BaseProps {
static constexpr uint8_t blank = 0xff;
static constexpr uint8_t delay = 1;
static struct {
static struct command {
static constexpr uint8_t page_address = 0x01;
static constexpr uint8_t continue_page = 0x02;
static constexpr uint8_t execute = 0x03;

Loading…
Cancel
Save