Skip to content

Commit

Permalink
Update SDK to add private/public NWK
Browse files Browse the repository at this point in the history
  • Loading branch information
hubmartin committed Oct 11, 2021
1 parent 4941556 commit 7b8dcb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/at.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <at.h>
#include <bc_atci.h>
#include <bcl.h>

static struct
{
Expand Down
4 changes: 1 addition & 3 deletions app/at.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#ifndef _AT_H
#define _AT_H

#include <bc_atci.h>
#include <bc_cmwx1zzabz.h>
#include <bc_led.h>
#include <bcl.h>

#define AT_LORA_COMMANDS {"$DEVEUI", NULL, at_deveui_set, at_deveui_read, NULL, ""},\
{"$DEVADDR", NULL, at_devaddr_set, at_devaddr_read, NULL, ""},\
Expand Down
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated from 86a8ad to 5b56ee

0 comments on commit 7b8dcb6

Please sign in to comment.