Skip to content

Commit afac04c

Browse files
authored
Merge pull request #1 from fholzhauser/master
Fix include file name
2 parents 4b46b76 + 66e8be5 commit afac04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_ATECCX08a_Arduino_Library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
*/
2323

24-
#include "SparkFun_ATECCX08A_Arduino_Library.h"
24+
#include "SparkFun_ATECCX08a_Arduino_Library.h"
2525

2626
/** \brief
2727

0 commit comments

Comments
 (0)