Skip to content

Commit

Permalink
Not sure last commit worked.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburkey2005 committed Apr 24, 2017
1 parent 45793f7 commit 3eb4289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaACA3/yaACA3.c
Expand Up @@ -61,7 +61,7 @@ static void ServiceJoystick_sdl (void);
#define NUM_AXES 10

// Time between joystick updates, in milliseconds. Note that the AGC will process
// hand-controller inputs at 100 ms. intervals, so the update interval should be
// hand-controller inputs at 100 ms. intervals, so the update interval should be
// less than 100 ms.; also, the update interval should not be a simple fraction
// (like 50 ms.) to avoid aliasing effects.
#ifdef __APPLE__
Expand Down

0 comments on commit 3eb4289

Please sign in to comment.