px4_main_t is defined as: typedef int (*px4_main_t)(int argc, char *argv[]); which matches with the definition in NuttX, given to task_create
- px4_add_module now requires MAIN - px4_add_library doesn't automatically link