kopia lustrzana https://github.com/OpenRTX/OpenRTX
Add missing `#include <hwconfig.h>`
rodzic
cb099b1171
commit
0c198d100d
|
@ -20,6 +20,7 @@
|
|||
#include <app_cfg.h>
|
||||
#include <os.h>
|
||||
#include <lib_mem.h>
|
||||
#include <hwconfig.h>
|
||||
#include "platform.h"
|
||||
#include "gpio.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <hwconfig.h>
|
||||
#include "display.h"
|
||||
#include "graphics.h"
|
||||
#include "font_OpenGD77.h"
|
||||
|
|
Ładowanie…
Reference in New Issue