cleanup, protected some more module variables as static

This commit is contained in:
Simen Svale Skogsrud
2011-02-12 00:03:58 +01:00
parent f423852657
commit ff73645a14
6 changed files with 14 additions and 25 deletions

View File

@ -51,8 +51,6 @@ typedef struct {
} block_t;
extern int32_t position[3];
// Initialize the motion plan subsystem
void plan_init();