AerospaceNU / AerospaceNU/Fixed-Wing-BMS
rd_cell_codes is multidimensional and sizeof() won't work when TOTAL_ICs >1
Aberta
bug
good first issue
- Linguagem predominante
- C++
- Estrelas
- 1
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
https://github.com/AerospaceNU/Fixed-Wing-BMS/blob/87c0a908d0b5a7f85240dd477f489200ed234067/Teensy-DC1942C-Testing/Teensy-DC1942C-Testing.ino#L123
sizeof() returns the number of bytes, and because rd_cell_codes is a multidimensional array, the output of sizeof isn't going to be what we want for the for loop.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.