//
// Created by cfif on 02.11.22.
#ifndef HVAC_ON_CHIP_BOOTLOADER_JUMP_H
#define HVAC_ON_CHIP_BOOTLOADER_JUMP_H
#include "stdint.h"
void BootJumpToAddress(const uint32_t address);
#endif //HVAC_ON_CHIP_BOOTLOADER_JUMP_H