Skip to content

Commit

Permalink
Fix STM32CubeIDE build warning on snprintf function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
programatt committed Jul 6, 2019
1 parent bbd15c7 commit 6e0a5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssd1306/ssd1306_tests.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "ssd1306.h"
#include <string.h>
#include <stdio.h>

void ssd1306_TestBorder() {
ssd1306_Fill(Black);
Expand Down

0 comments on commit 6e0a5a8

Please sign in to comment.