ctr_mcu/branches/2.22_SDK5(4thNUP)/util_funcs.h
n2232 0f1c0f308a SNAKE 対応との兼ね合いでバージョン番号の都合が悪いので変更
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@495 013db118-44a6-b54f-8bf7-843cb86687b1
2012-12-05 01:38:19 +00:00

17 lines
202 B
C

#ifndef _util_funcs_h_
#define _util_funcs_h_
void wait_ms( u8 );
# ifdef _DI_WITH_CHECK_
void DI_wt_chk();
# else
# define DI_wt_chk() DI()
# endif /* _DI_WITH_CHECK_ */
#endif