Skip to content

Fix indentation issue on bb_d302

Jorge Sanjuan Garcia requested to merge fix_kernel61_compilation into mad-dev

This indentation issue was causing this error:

error: this 'while' clause does not guard... [-Werror=misleading-indentation] 1646 | while( (*devNameP++ = m66Name++) ); / copy string */

Merge request reports