Function bt_system_init should return a value of type BT_ERROR but does not return a value here https://github.com/jameswalmsley/bitthunder/blob/cb92284a5be2e867c507a90fb14ac9a99120e2ae/os/src/bt_main.c#L89-L93
Function bt_system_init should return a value of type BT_ERROR but does not return a value here
bitthunder/os/src/bt_main.c
Lines 89 to 93 in cb92284