summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios/init_hooks.h
blob: fffced913a68e7d71b901aa04ae0bbb2064cceda (plain)
1
2
3
4
5
#pragma once

// Override the initialisation functions inside the ChibiOS board.c files
#define __early_init __chibios_override___early_init
#define boardInit __chibios_override_boardInit