Ignore:
Timestamp:
Mar 21, 2025, 3:58:22 PM (7 weeks ago)
Author:
Zed
Message:

Fixing project. Need to add CAN in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Core/Src/gui_task.cpp

    r109 r112  
    3030
    3131        uint32_t min_pulse = __HAL_TIM_GET_COMPARE(&htim1, TIM_CHANNEL_1);
    32         constexpr decltype(min_pulse) max_pulse = 150;//555U;
     32        constexpr decltype(min_pulse) max_pulse = 0;//555U;
    3333        constexpr uint32_t d = 200U;
    3434
Note: See TracChangeset for help on using the changeset viewer.