mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
add the missing '@'
This commit is contained in:
parent
e730f43d26
commit
ea90138181
@ -29,7 +29,7 @@ extern int32_t be_ULP_gpio_init(gpio_num_t pin, rtc_gpio_mode_t mode);
|
||||
BE_FUNC_CTYPE_DECLARE(be_ULP_gpio_init, "i", "ii");
|
||||
|
||||
extern void be_ULP_adc_config(struct bvm *vm, adc1_channel_t channel, adc_atten_t attenuation, adc_bits_width_t width);
|
||||
BE_FUNC_CTYPE_DECLARE(be_ULP_adc_config, "", "iii");
|
||||
BE_FUNC_CTYPE_DECLARE(be_ULP_adc_config, "", "@iii");
|
||||
|
||||
extern void be_ULP_sleep(int32_t wake_up_s);
|
||||
BE_FUNC_CTYPE_DECLARE(be_ULP_sleep, "", "[i]"); // optional int arg
|
||||
|
Loading…
x
Reference in New Issue
Block a user