OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
launcher.h File Reference

Detailed Description

Jump to the main application.

Include dependency graph for launcher.h:

Go to the source code of this file.

Functions

void Launcher_RunApp (uint32_t address)
 Jump to the main application at the specified address. More...
 

Function Documentation

void Launcher_RunApp ( uint32_t  address)

Jump to the main application at the specified address.

Parameters
addressThe address of the first instruction to execute.

This function will never return.