https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6aa636e93ce10f3b5c4d35e5d5057391dee130e2 authored by danne on 09 January 2017, 22:56:39 UTC
bouncy ball update
Tip revision: 6aa636e
misc.c
// misc functions specific to 5D3/113

#include <dryos.h>
#include <property.h>
#include <bmp.h>
#include <config.h>
#include <consts.h>
#include <lens.h>
#include <version.h>

// dummy stubs
void bootflag_write_bootblock(){};
back to top