We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c2a_core_main.h
void C2A_core_init(void)
void C2A_core_main(void)
System/TimeManager/time_manager.h
void TMGR_init(void)
void TMGR_clear(void)
void TMGR_count_up_master_clock(void)
System/WatchdogTimer/watchdog_timer.h
void WDT_init(void)
void WDT_clear_wdt(void)
The text was updated successfully, but these errors were encountered:
TDSP_execute_pl_as_task_list() は C2A_core_main() 経由で呼ばれるべきだけどそれがちゃんと普及してないだけだな
TDSP_execute_pl_as_task_list()
C2A_core_main()
Sorry, something went wrong.
sksat
No branches or pull requests
概要
詳細
c2a_core_main.h
void C2A_core_init(void)
void C2A_core_main(void)
System/TimeManager/time_manager.h
: Split obc time config header #583, Split time manager cmd header #585void TMGR_init(void)
void TMGR_clear(void)
void TMGR_count_up_master_clock(void)
System/WatchdogTimer/watchdog_timer.h
: Split watchdog timer Cmd declaration into watchdog_timer_cmd.h #587void WDT_init(void)
void WDT_clear_wdt(void)
The text was updated successfully, but these errors were encountered: