all: Remove spaces inside and around parenthesis.
Using new options enabled in the uncrustify configuration.
This commit is contained in:
@@ -91,7 +91,7 @@ STATIC mp_obj_t esp32_rmt_make_new(const mp_obj_type_t *type, size_t n_args, siz
|
||||
|
||||
rmt_config_t config;
|
||||
config.rmt_mode = RMT_MODE_TX;
|
||||
config.channel = (rmt_channel_t) self->channel_id;
|
||||
config.channel = (rmt_channel_t)self->channel_id;
|
||||
config.gpio_num = self->pin;
|
||||
config.mem_block_num = 1;
|
||||
config.tx_config.loop_en = 0;
|
||||
|
||||
Reference in New Issue
Block a user