9 lines
85 B
C
9 lines
85 B
C
#pragma once
|
|
|
|
#ifdef FEATURE_SERIAL
|
|
|
|
void initSerial();
|
|
void updateSerial();
|
|
|
|
#endif
|