Skip to content

Commit 7b85835

Browse files
extract descriptor helpers and fix map includes
1 parent b15a2d3 commit 7b85835

3 files changed

Lines changed: 481 additions & 293 deletions

File tree

drivers/apcmicrolink-maps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "config.h"
1212
#include "main.h"
13+
#include "apc_common.h"
1314

1415
/* Descriptor names and enumerations were derived from Microlink descriptors
1516
* published by https://ulexplorer-07aa30.gitlab.io/

drivers/apcmicrolink-maps.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#ifndef APCMICROLINK_MAPS_H
1212
#define APCMICROLINK_MAPS_H
1313

14-
#include "apc_common.h"
15-
1614
#include <stddef.h>
1715
#include <stdint.h>
1816

0 commit comments

Comments
 (0)