Christian Kroll
11 years ago
5 changed files with 20 additions and 7 deletions
@ -0,0 +1,3 @@ |
|||
[submodule "src/rfm12/rfm12_lib"] |
|||
path = src/rfm12/rfm12_lib |
|||
url = git@github.com:das-labor/librfm12.git |
@ -1,4 +1,4 @@ |
|||
|
|||
#include "rfm12_config.h" |
|||
#include "rfm12_lib/rfm12.c" |
|||
#include "rfm12_lib/src/rfm12.c" |
|||
|
|||
|
@ -1,4 +1,4 @@ |
|||
|
|||
#include "rfm12_config.h" |
|||
#include "rfm12_lib/rfm12.h" |
|||
#include "rfm12_lib/src/rfm12.h" |
|||
|
|||
|
Loading…
Reference in new issue