Skip to content

Commit

Permalink
fix: #include filenames' case
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Jul 12, 2012
1 parent 5e8f04f commit 54b5674
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MusicPlayer_v1_7/MusicPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "pins_config.h"
#include "vs10xx.h"
#include "newSDLib.h"
#include "newSDlib.h"
#include "MusicPlayer.h"

typedef void (*voidFunctionPtr)(void);
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer_v1_7/MusicPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "pins_config.h"
#include "vs10xx.h"
#include "newSDLib.h"
#include "newSDlib.h"
#define READ_BUF_LEN 32
#define VOLUME_UP 0
#define VOLUME_DOWN 1
Expand Down
4 changes: 2 additions & 2 deletions MusicPlayer_v1_7/newSDlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <Fat16.h>
#include <Fat16Util.h>
#include "newSDLib.h"
#include <Fat16util.h>
#include "newSDlib.h"
#include "pins_config.h"

SdCard card;
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer_v1_7/newSDlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define NEWSDLIB_H

#include <Fat16.h>
#include <Fat16Util.h>
#include <Fat16util.h>

extern SdCard card;
extern Fat16 file;
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer_v1_7/pins_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define PINS_CONFIG_H

#include <avr/io.h>
#include <arduino.h>
#include <Arduino.h>
////////////////////For some control pins//////////////////////////
#define ROTARY_ANGLE_SENSOR A4
#define BUTTON 7
Expand Down
2 changes: 1 addition & 1 deletion NewSPI/NewSPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

#include "pins_arduino.h"
#include "newSPI.h"
#include "NewSPI.h"

newSPIClass newSPI;

Expand Down

0 comments on commit 54b5674

Please sign in to comment.