Skip to content

Commit 8615c7d

Browse files
committed
Adding Libdevlpr.h back in to force a case change on the filename.
1 parent 80f3544 commit 8615c7d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Libdevlpr
2-
version=0.1.4
2+
version=0.1.5
33
author=Finn Kuusisto <finn@getfantm.com>, Ezra Boley <ezra@getfantm.com>
44
maintainer=Finn Kuusisto <finn@getfantm.com>
55
sentence=A library that makes using the FANTM DEVLPR shield easier.

src/Libdevlpr.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef Libdevlpr_h
2+
#define Libdevlpr_h
3+
4+
#define LIBDEVLPR_VERSION "0.1.5"
5+
6+
#include "Devlpr.h"
7+
8+
#endif

0 commit comments

Comments
 (0)