BootJump_Flagchip_FC7240/Inc/BootJump.h

14 lines
242 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);
void Reset();
#endif //HVAC_ON_CHIP_BOOTLOADER_JUMP_H