mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
feat: Fix typo in SerialManager (#84)
This commit is contained in:
parent
25f99ce449
commit
f460867497
@ -52,7 +52,7 @@ void SerialManager::send_frame() {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void SerialManager::init() {
|
void SerialManager::init() {
|
||||||
#ifndef SERIAL_MANAGER_USE_HIGHER_FREQUENCY
|
#ifdef SERIAL_MANAGER_USE_HIGHER_FREQUENCY
|
||||||
Serial.begin(3000000);
|
Serial.begin(3000000);
|
||||||
#endif
|
#endif
|
||||||
if (SERIAL_FLUSH_ENABLED) {
|
if (SERIAL_FLUSH_ENABLED) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user