Skip to content

Commit

Permalink
fixed index overflow on TrackInfo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kbr committed Sep 4, 2018
1 parent e461948 commit 2380767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atx_avr.h
Expand Up @@ -19,4 +19,4 @@
//
//*****************************************************************************

#define NUM_ATX_DRIVES 2
#define NUM_ATX_DRIVES 3 //for drive 0-2, D0 is needed for the sdrive control program

0 comments on commit 2380767

Please sign in to comment.