mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
8 lines
157 B
C
8 lines
157 B
C
#ifndef _sw_
|
|
#define _sw_
|
|
|
|
extern u8 SW_pow_count, SW_home_count, SW_wifi_count;
|
|
extern bit SW_pow_mask, SW_home_mask, SW_wifi_mask;
|
|
|
|
#endif
|