mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Merge pull request #11755 from barbudor/fix_berry_no_light
Fix typo in Berry with no USE_LIGHT
This commit is contained in:
commit
4928c6d481
@ -303,9 +303,9 @@ extern "C" {
|
||||
}
|
||||
int32_t l_getlight(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t l_setlight(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t gamma8(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t gamma10(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t reverse_gamma10(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t l_gamma8(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t l_gamma10(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
int32_t l_rev_gamma10(struct bvm *vm) __attribute__ ((weak, alias ("b_light_missing")));
|
||||
#endif // #ifdef USE_LIGHT
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user