Skip to content

Commit fda13b3

Browse files
authored
Update README.md
1 parent 9240e8d commit fda13b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ In some boards require much more advanced management. The LMIC has a very flexib
712712
The full example looks like this:
713713
714714
```c++
715-
class cMyHlaConfiguration_t : public Arduino_LMIC::HalConfiguration_t
715+
class cMyHalConfiguration_t : public Arduino_LMIC::HalConfiguration_t
716716
{
717717
public:
718718
// ...
@@ -730,7 +730,7 @@ public:
730730
{
731731
return policy;
732732
}
733-
}
733+
};
734734
```
735735

736736
#### HalConfiguration_t methods

0 commit comments

Comments
 (0)