We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9240e8d commit fda13b3Copy full SHA for fda13b3
README.md
@@ -712,7 +712,7 @@ In some boards require much more advanced management. The LMIC has a very flexib
712
The full example looks like this:
713
714
```c++
715
-class cMyHlaConfiguration_t : public Arduino_LMIC::HalConfiguration_t
+class cMyHalConfiguration_t : public Arduino_LMIC::HalConfiguration_t
716
{
717
public:
718
// ...
@@ -730,7 +730,7 @@ public:
730
731
return policy;
732
}
733
- }
+ };
734
```
735
736
#### HalConfiguration_t methods
0 commit comments