Various compilation fixes for avr-gcc 10 (#9269)
This commit is contained in:
parent
6ea4b06f9f
commit
a9f7d4dccc
9 changed files with 33 additions and 42 deletions
|
@ -24,7 +24,7 @@ __attribute__((weak)) float fauxclicky_pressed_note[2] = MUSICAL_NOTE(_D4, 0.25
|
|||
__attribute__((weak)) float fauxclicky_released_note[2] = MUSICAL_NOTE(_C4, 0.125);
|
||||
__attribute__((weak)) float fauxclicky_beep_note[2] = MUSICAL_NOTE(_C4, 0.25);
|
||||
|
||||
bool fauxclicky_enabled;
|
||||
extern bool fauxclicky_enabled;
|
||||
|
||||
//
|
||||
// tempo in BPM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue