Skip to content

Commit

Permalink
Fix missing cpp linkage brace
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Apr 26, 2018
1 parent 5bef9cb commit 71259e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssd1306_draw.h
Expand Up @@ -45,4 +45,8 @@ void SSD1306_DrawVLine( struct SSD1306_Device* DeviceHandle, int x, int y, int H
void SSD1306_DrawLine( struct SSD1306_Device* DeviceHandle, int x0, int y0, int x1, int y1, int Color );
void SSD1306_DrawBox( struct SSD1306_Device* DeviceHandle, int x1, int y1, int x2, int y2, int Color, bool Fill );

#ifdef __cplusplus
}
#endif

#endif

0 comments on commit 71259e7

Please sign in to comment.