Skip to content

Commit

Permalink
fix case sensitive include
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsman committed Mar 16, 2016
1 parent 2633a4f commit db77219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/pic32/rtcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <plib.h>
#include <string.h>
#include <time.h>
#include "RTCC.h"
#include "rtcc.h"
#include "WProgram.h"
#include "platform_profile.h"

Expand Down Expand Up @@ -1223,4 +1223,4 @@ RTCC_STATUS I2C_Transmit(uint8_t data) {
return RTCC_NO_ERROR;

}
#endif
#endif

0 comments on commit db77219

Please sign in to comment.