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
card10
firmware
Commits
c16833ae
Commit
c16833ae
authored
Aug 17, 2021
by
Rahix
Browse files
chore(leds): Fix a compiler warning
parent
115c1ebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/drivers/leds.c
View file @
c16833ae
...
...
@@ -175,7 +175,7 @@ void epic_leds_set_powersave(bool eco)
hwlock_release
(
HWLOCK_I2C
);
}
void
epic_leds_set_gamma_table
(
uint8_t
rgb_channel
,
uint8_t
gamma_table
[
256
]
)
void
epic_leds_set_gamma_table
(
uint8_t
rgb_channel
,
uint8_t
*
gamma_table
)
{
leds_set_gamma_table
(
rgb_channel
,
gamma_table
);
}
...
...
Write
Preview
Supports
Markdown
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