mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -04:00

sreg,calltを積極的に使うよう、コンパイルオプション変更など 未使用変数削除 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@375 013db118-44a6-b54f-8bf7-843cb86687b1
17 lines
291 B
C
17 lines
291 B
C
#ifndef _hal_h_
|
|
#define _hal_h_
|
|
|
|
|
|
extern bit PM_EXTDC_n;
|
|
extern bit BT_IN_CHG_n;
|
|
extern bit SW_POW_n;
|
|
extern bit SW_HOME_n;
|
|
extern bit SW_WIFI_n;
|
|
extern bit SHELL_OPEN;
|
|
|
|
// ========================================================
|
|
void hal_update();
|
|
void hal_reset();
|
|
|
|
#endif
|