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 19260a0797..25ebd95288 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 along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef BOOTLOADER_H -#define BOOTLOADER_H +#pragma once /* give code for your bootloader to come up if needed */ void bootloader_jump(void); - -#endif |