HimaxWiseEyePlus / Seeed_Grove_Vision_AI_Module_V2

https://www.himax.com.tw/products/wiseeye-ai-sensing/wiseeye2-ai-processor/
MIT License
50 stars 23 forks source link

wrong declaration in allon_sensor_tflm.h #8

Closed acutetech closed 5 months ago

acutetech commented 5 months ago

I downloaded your SDK yesterday. I see that by default the application is allon_sensor_tflm_freertos.

This did not build because the .h file declares int rtos_app(void); which does not exist. When I changed this to int app_main(void); it builds.

kris-himax commented 5 months ago

Thank you for your reminder. We update it.