Skip to content

Commit

Permalink
[driver] radio: dw3110 Fix wrong module description
Browse files Browse the repository at this point in the history
  • Loading branch information
Javask committed Aug 28, 2024
1 parent db85535 commit 303cfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/driver/radio/dw3110/dw3110.lb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def init(module):
module.name = ":driver:dw3110"
module.description = "NRF24 Drivers"
module.description = "DW3110 Drivers"

def prepare(module, options):
module.depends(
Expand Down

0 comments on commit 303cfc7

Please sign in to comment.