#ifndef FIRMWARE_H #define FIRMWARE_H #include "stm32f4xx_hal.h" void firmware_update(); #endif