From a7c8c26645186db65313d1d6f7f9503b33038a9b Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 28 Feb 2023 12:13:29 -0300 Subject: [PATCH] dev/api/pci: Remove redundant example code line --- dev/api/pci.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/api/pci.rst b/dev/api/pci.rst index 8768e6f..cd21c41 100644 --- a/dev/api/pci.rst +++ b/dev/api/pci.rst @@ -19,8 +19,6 @@ PCI devices can be added with the ``pci_add_card`` function in the device's ``in #include <86box/device.h> #include <86box/pci.h> - #define FOO_ONBOARD 0x80000000 /* most significant bit set = on-board */ - typedef struct { int slot; uint8_t pci_regs[256]; /* 256*8-bit configuration register array */