init_hooks.h 188 B

12345
  1. #pragma once
  2. // Override the initialisation functions inside the ChibiOS board.c files
  3. #define __early_init __chibios_override___early_init
  4. #define boardInit __chibios_override_boardInit