BootJump_Flagchip_FC7240/Inc/BootJump.h

13 lines
228 B
C

//
// 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