Skip to content

Commit 6398ebe

Browse files
committed
pbio: Drop unused stdio.h references.
1 parent 1dabf12 commit 6398ebe

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

lib/pbio/include/pbio/control.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#define _PBIO_CONTROL_H_
66

77
#include <stdint.h>
8-
#include <stdio.h>
98

109
#include <fixmath.h>
1110

lib/pbio/include/pbio/integrator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#define _PBIO_INTEGRATOR_H_
66

77
#include <stdint.h>
8-
#include <stdio.h>
98

109
typedef struct _pbio_rate_integrator_t {
1110
bool running; // Whether the integrator is running (1) or paused (0)

lib/pbio/include/pbio/servo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#define _PBIO_SERVO_H_
66

77
#include <stdint.h>
8-
#include <stdio.h>
98

109
#include <fixmath.h>
1110

lib/pbio/include/pbio/trajectory.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#define _PBIO_TRAJECTORY_H_
66

77
#include <stdint.h>
8-
#include <stdio.h>
98

109
#include <pbdrv/config.h>
1110

pybricks/common/pb_type_logger.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <inttypes.h>
99
#include <stdbool.h>
10+
#include <stdio.h>
1011
#include <string.h>
1112

1213
#include <pbio/config.h>

0 commit comments

Comments
 (0)