Skip to content

Commit

Permalink
Merge branch 'v1.0.0_dev' of https://github.com/lexus2k/lcdgfx into v…
Browse files Browse the repository at this point in the history
…1.0.0_dev
  • Loading branch information
lexus2k committed Jul 8, 2020
2 parents c0d1760 + 0c0c4ae commit 60369ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lcd_hal/custom_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class _ICustom
{
if ( getDc() >= 0 )
{
lcd_registerGpioEvent( getDc(), onDcChange(), this );
lcd_registerGpioEvent( getDc(), onDcChange, this );
}
}

Expand Down

0 comments on commit 60369ea

Please sign in to comment.