https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f249061cf611949d5b249745a0c1bc2dc97c442b authored by Daniel Fort on 25 December 2018, 23:15:32 UTC
These addresses work on my camera.
Tip revision: f249061
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