Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Dec 24, 2024
1 parent d27da35 commit f23c24a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/kineticinroadbike/SmartControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//

#include "SmartControl.h"
#include <stdint.h>

#define SensorHz 10000

Expand Down
1 change: 1 addition & 0 deletions src/devices/kineticinroadbike/SmartControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <stdint.h>


static const char SMART_CONTROL_SERVICE_UUID[] = "E9410200-B434-446B-B5CC-36592FC4C724";
Expand Down

0 comments on commit f23c24a

Please sign in to comment.