fix: reduced default heap size

This commit is contained in:
2025-10-06 18:00:29 +03:00
parent 23f87b6313
commit eac1c45093
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ extern "C"
typedef struct // Structure for initial initialization of encoder.
{
uint8_t task_priority; // Task priority for the encoder isr processing. @note It is not recommended to set a value less than configMAX_PRIORITIES.
uint16_t stack_size; // Stack size for task for the encoder isr processing processing. @note The minimum size is 124 bytes.
uint16_t stack_size; // Stack size for task for the encoder isr processing processing.
uint8_t queue_size; // Queue size for task for the encoder processing. Depends on the number of encoders.
uint8_t gpio_port; // Encoder GPIO port. @note Must be same for A and B GPIO.
uint8_t a_gpio_number; // Encoder A GPIO number.