diff options
Diffstat (limited to 'tmk_core/common/bootloader.h')
-rw-r--r-- | tmk_core/common/bootloader.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/bootloader.h b/tmk_core/common/bootloader.h index 19260a079..25ebd9528 100644 --- a/tmk_core/common/bootloader.h +++ b/tmk_core/common/bootloader.h | |||
@@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef BOOTLOADER_H | 18 | #pragma once |
19 | #define BOOTLOADER_H | ||
20 | 19 | ||
21 | /* give code for your bootloader to come up if needed */ | 20 | /* give code for your bootloader to come up if needed */ |
22 | void bootloader_jump(void); | 21 | void bootloader_jump(void); |
23 | |||
24 | #endif | ||