Skip to content

Commit

Permalink
Fix #199: Add wrapper for the config headers
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Nov 29, 2018
1 parent 2f6cabe commit 3d2c93e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/arduino_lmic_user_configuration.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
Module: arduino_lmic_user_configuration.h
Function:
Get the Arduino-LMIC configuration into scope
Copyright & License:
See accompanying LICENSE file.
Author:
Terry Moore, MCCI November 2018
*/
#pragma once

#ifndef _arduino_lmic_user_configuration_h_
# define _arduino_lmic_user_configuration_h_

# ifdef __cplusplus
extern "C" {
# endif

# include "lmic/lmic_config_preconditions.h"

# ifdef __cplusplus
}
# endif

#endif /* _arduino_lmic_user_configuration_h_ */

0 comments on commit 3d2c93e

Please sign in to comment.