Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
ffa82336a535
Commit
70678236
authored
Jun 30, 2011
by
a1ex
Browse files
600D: disabled open_canon_menu (it won't work without a correct MENU_MODE)
--HG-- branch : unified
parent
0619af7d4dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
menu.c
View file @
ffa82336
...
...
@@ -1005,6 +1005,9 @@ static struct menu_entry about_menu[] = {
static
void
open_canon_menu
()
{
#ifdef CONFIG_600D
return
;
#endif
while
(
1
)
{
fake_simple_button
(
BGMT_MENU
);
...
...
platform/600D.101/gui.c
View file @
ffa82336
...
...
@@ -26,6 +26,7 @@
#include "../../dryos.h"
#include "../../bmp.h"
#include "../../consts.h"
#include "../../propvalues.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment