From ea90138181ecabd48a7b36f3faca41058644034a Mon Sep 17 00:00:00 2001 From: Christian Baars Date: Sat, 2 Jul 2022 22:59:10 +0200 Subject: [PATCH] add the missing '@' --- lib/libesp32/berry_tasmota/src/be_ULP_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry_tasmota/src/be_ULP_lib.c b/lib/libesp32/berry_tasmota/src/be_ULP_lib.c index 4ba202619..7edf43206 100644 --- a/lib/libesp32/berry_tasmota/src/be_ULP_lib.c +++ b/lib/libesp32/berry_tasmota/src/be_ULP_lib.c @@ -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