Improve code sharing and dependencies, address code duplication (#976)

This commit is contained in:
Uwe Seimet
2022-11-10 07:44:06 +01:00
committed by GitHub
parent 1c0179e7e3
commit 4fa513090a
104 changed files with 541 additions and 635 deletions

View File

@@ -13,7 +13,7 @@
#include "hal/systimer.h"
#include "hal/gpiobus.h"
#include "config.h"
#include "shared/config.h"
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <fcntl.h>