Skip to content

Commit

Permalink
Update myHal.cpp_example.txt
Browse files Browse the repository at this point in the history
Added missing ::create to LiquidCrystal HAL definition
  • Loading branch information
ColinHMurdoch committed Aug 24, 2023
1 parent 25f8852 commit fb22631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myHal.cpp_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void halSetup() {
// Create a 20x4 LCD display device as display number 2
// (line 0 is written by EX-RAIL 'SCREEN(2, 0, "text")').

// HALDisplay<LiquidCrystal>(2, 0x27, 20, 4);
// HALDisplay<LiquidCrystal>::create(2, 0x27, 20, 4);


//=======================================================================
Expand Down

0 comments on commit fb22631

Please sign in to comment.