https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 56da1ebc4e0357e0844f92039692788fb26dc375 authored by Daniel Fort on 01 October 2017, 06:15:46 UTC
Closed branch crop_rec_4k_SoundDevShutDownIn_fix
Tip revision: 56da1eb
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