This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cinaeco
/
qmk_firmware
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
ba2f31e2cd
Branches
Tags
master
qmk_firmware
/
jump_bootloader.h
jump_bootloader.h
91 B
Histórico
Raw
1
2
3
4
5
6
#ifndef JUMP_BOOTLOADER_H
#define JUMP_BOOTLOADER_H 1
void jump_bootloader(void);
#endif