1
mirror of https://github.com/canokeys/canokey-nrf52.git synced 2024-10-17 21:08:41 +08:00
canokey-nrf52/include/globals.h
2022-05-31 20:24:02 +08:00

10 lines
156 B
C

#ifndef _NRF52_GLOBALS_H_
#define _NRF52_GLOBALS_H_
#include <stdint.h>
extern uint8_t has_nfc;
extern uint8_t has_touch;
#endif /* _NRF52_GLOBALS_H_ */