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