https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 230894430da3131441b75507c25873853add6232 authored by Daniel Fort on 18 August 2017, 04:27:41 UTC
Closed branch crop_rec-700D_experiments
Tip revision: 2308944
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

unsigned short int magic_is_off();
void _disable_ml_startup();

/* Blocks execution until config is read */
void hold_your_horses();

#endif // __BOOT_HACK_H
back to top