Update ssd1306.c
This commit is contained in:
parent
2573e581a5
commit
4e51c1e3ca
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#ifdef SSD1306OLED
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "i2c.h"
|
#include "i2c.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -466,3 +467,4 @@ void iota_gfx_task(void) {
|
||||||
iota_gfx_off();
|
iota_gfx_off();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue