Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Nov 14, 2019
1 parent e48275e commit 300e7f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/modules/SX1261.h
Expand Up @@ -9,7 +9,11 @@
//SX126X_CMD_SET_PA_CONFIG
#define SX126X_PA_CONFIG_SX1261 0x01

// TODO: implement SX1261 class
/*!
\class SX1261
\brief Derived class for %SX1261 modules.
*/
class SX1261 : public SX1262 {
public:
/*!
Expand Down
2 changes: 0 additions & 2 deletions src/modules/SX1262.h
Expand Up @@ -5,8 +5,6 @@
#include "Module.h"
#include "SX126x.h"

//SX126X_CMD_SET_PA_CONFIG

/*!
\class SX1262
Expand Down

0 comments on commit 300e7f4

Please sign in to comment.