BigW Consortium Gitlab

Skip to content
  • upbeat27's avatar
    27707528
    Fix incorrect storage size for loop counter · 27707528
    upbeat27 authored
    When drawing chart lines/points/columns, execution will stay in loop forever when point count > 255.
    The loop counter i was set to uint8_t when it should be the same size as point_cnt, uint16_t.
    27707528
    Fix incorrect storage size for loop counter
    upbeat27 authored
    When drawing chart lines/points/columns, execution will stay in loop forever when point count > 255.
    The loop counter i was set to uint8_t when it should be the same size as point_cnt, uint16_t.
Loading