Remove extraneous 'extern' hints (#21516)

This commit is contained in:
Scott Lahteine
2021-04-02 14:22:43 -05:00
committed by GitHub
parent 9d0b6c5730
commit c2b72c0e73
61 changed files with 215 additions and 217 deletions

View File

@@ -112,4 +112,4 @@
#define MOVE_SERVO(I, P) servo[I].move(P)
extern HAL_SERVO_LIB servo[NUM_SERVOS];
extern void servo_init();
void servo_init();