File tree Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Expand file tree Collapse file tree 5 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55#define _PBIO_CONTROL_H_
66
77#include <stdint.h>
8- #include <stdio.h>
98
109#include <fixmath.h>
1110
Original file line number Diff line number Diff line change 55#define _PBIO_INTEGRATOR_H_
66
77#include <stdint.h>
8- #include <stdio.h>
98
109typedef struct _pbio_rate_integrator_t {
1110 bool running ; // Whether the integrator is running (1) or paused (0)
Original file line number Diff line number Diff line change 55#define _PBIO_SERVO_H_
66
77#include <stdint.h>
8- #include <stdio.h>
98
109#include <fixmath.h>
1110
Original file line number Diff line number Diff line change 55#define _PBIO_TRAJECTORY_H_
66
77#include <stdint.h>
8- #include <stdio.h>
98
109#include <pbdrv/config.h>
1110
Original file line number Diff line number Diff line change 77
88#include <inttypes.h>
99#include <stdbool.h>
10+ #include <stdio.h>
1011#include <string.h>
1112
1213#include <pbio/config.h>
You can’t perform that action at this time.
0 commit comments