Commit ac968498 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] use a define for buffer sizes

parent 13bed108
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2114,7 +2114,7 @@ static int16_t get_poly_num(
    int16_t i;
#ifdef EFAP_FIX_POLY
    int16_t num_poly, found_poly;
    int16_t poly_tmp[9], poly_dist[9];
    int16_t poly_tmp[EFAP_MAX_CHAN_NUM], poly_dist[EFAP_MAX_CHAN_NUM];

    float dist_tmp;
    float pos[3];