Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Feb 21, 2024
1 parent 5aeb2c2 commit f8e346c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dev/oled_sh1106.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace daisy
{

/**
* A driver implementation for SH1106 OLED displays
*/
Expand Down Expand Up @@ -45,8 +44,7 @@ using SH11064WireSpi128x64Driver
/**
* A driver for SH1106 128x64 OLED displays connected via I2C
*/
using SH1106I2c128x64Driver
= SH1106Driver<128, 64, SSD130xI2CTransport>;
using SH1106I2c128x64Driver = SH1106Driver<128, 64, SSD130xI2CTransport>;

}; // namespace daisy

Expand Down

0 comments on commit f8e346c

Please sign in to comment.