Add missing `#include <hwconfig.h>`

This commit is contained in:
Federico Amedeo Izzo 2020-10-23 22:11:58 +02:00 committed by Niccolò Izzo
parent cb099b1171
commit 0c198d100d
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <app_cfg.h>
#include <os.h>
#include <lib_mem.h>
#include <hwconfig.h>
#include "platform.h"
#include "gpio.h"

View File

@ -24,6 +24,7 @@
#include <string.h>
#include <stdio.h>
#include <hwconfig.h>
#include "display.h"
#include "graphics.h"
#include "font_OpenGD77.h"