1
0
Fork 0

Various compilation fixes for avr-gcc 10 (#9269)

This commit is contained in:
Joel Challis 2020-12-18 17:28:29 +00:00 committed by GitHub
parent 6ea4b06f9f
commit a9f7d4dccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 33 additions and 42 deletions

View file

@ -71,8 +71,6 @@ typedef struct {
uint16_t checksum;
} dynamic_macro_t;
dynamic_macro_t dynamic_macros[DYNAMIC_MACRO_COUNT];
void dynamic_macro_init(void);
void dynamic_macro_led_blink(void);
void dynamic_macro_record_start(uint8_t macro_id);