mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 17:37:40 +06:00
10 lines
111 B
C
10 lines
111 B
C
|
#ifndef RN42_TASK_H
|
||
|
#define RN42_TASK_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
#include "rn42.h"
|
||
|
|
||
|
void rn42_task(void);
|
||
|
|
||
|
#endif
|