Merge pull request #138 from solokeys/fix-warning

I think this does it
This commit is contained in:
Conor Patrick 2019-03-11 14:33:02 -04:00 committed by GitHub
commit 2da083c18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
uint8_t REBOOT_FLAG = 0; uint8_t REBOOT_FLAG = 0;
void SystemClock_Config(void);
void BOOT_boot(void) void BOOT_boot(void)
{ {