#ifndef TIMER_H #define TIMER_H #include "stm32g431xx.h" void tim6_init(); #endif