7 lines
94 B
C
7 lines
94 B
C
#pragma once
|
|
|
|
#ifdef FEATURE_BLUETOOTH
|
|
void bluetooth_init();
|
|
void bluetooth_update();
|
|
#endif
|