mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
全ファイルをindentに通した ほか、たくさん修正 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@12 013db118-44a6-b54f-8bf7-843cb86687b1
21 lines
482 B
C
21 lines
482 B
C
#ifndef __tasks__
|
|
#define __tasks__
|
|
|
|
|
|
#include "renge_defs.h"
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
逐一起動タスク
|
|
手動で追記
|
|
*****************************************************************************/
|
|
extern task_status_immed ntr_pmic_comm();
|
|
extern task_status_immed tsk_cbk_accero();
|
|
extern task_status_immed do_command0();
|
|
|
|
extern task_status_immed acc_read();
|
|
extern task_status_immed acc_write();
|
|
|
|
#endif
|