jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

Function bt_system_init does not return a value #57

Open szsam opened 1 year ago

szsam commented 1 year ago

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