Skip to content

Commit

Permalink
fixup! fixup! drivers/sx1280: initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed May 16, 2022
1 parent bccaba5 commit a17b1ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/include/sx1280.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*
* @author Francisco Molina <francois-xavier.molina@inria.fr>
* @author Aymeric Brochier <aymeric.brochier@univ-grenoble-alpes.fr>
*
*/

#ifndef SX1280_H
Expand Down
1 change: 1 addition & 0 deletions drivers/sx1280/include/sx1280_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @brief Internal addresses, registers and constants
*
* @author Aymeric Brochier <aymeric.brochier@univ-grenoble-alpes.fr>
*
*/

#ifndef SX1280_CONSTANTS_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/sx1280/include/sx1280_netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author Francisco Molina <francois-xavier.molina@inria.fr>
* @author Aymeric Brochier <aymeric.brochier@univ-grenoble-alpes.fr>
*
*/

#ifndef SX1280_NETDEV_H
Expand Down
1 change: 1 addition & 0 deletions drivers/sx1280/include/sx1280_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @author Francisco Molina <francois-xavier.molina@inria.fr>
* @author Aymeric Brochier <aymeric.brochier@univ-grenoble-alpes.fr>
*
*/

#ifndef SX1280_PARAMS_H
Expand Down
1 change: 1 addition & 0 deletions drivers/sx1280/sx1280_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @author Francisco Molina <francois-xavier.molina@inria.fr>
* @author Aymeric Brochier <aymeric.brochier@univ-grenoble-alpes.fr>
*
* @}
*/

Expand Down

0 comments on commit a17b1ee

Please sign in to comment.