Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
d5221f0015e9
Commit
f0724518
authored
Jul 31, 2010
by
hudson@andromeda.local
Browse files
Proper interface to bmp_vram_info
--HG-- branch : 550d
parent
7e3f816d9c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
bmp.h
View file @
d5221f00
...
@@ -35,8 +35,7 @@
...
@@ -35,8 +35,7 @@
static
inline
uint8_t
*
static
inline
uint8_t
*
bmp_vram
(
void
)
bmp_vram
(
void
)
{
{
//return bmp_vram_info[1].vram2;
return
bmp_vram_info
[
1
].
vram2
;
return
*
(
uint8_t
**
)(
0x94
+
0x23d8
);
// 550d 1.0.8 HACK!
}
}
...
...
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