Skip to content

Commit

Permalink
PIC: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Mar 9, 2024
1 parent c37f535 commit 91654fb
Show file tree
Hide file tree
Showing 11 changed files with 3,634 additions and 0 deletions.
11 changes: 11 additions & 0 deletions librz/arch/isa/pic/pic16f_memmaps/memmaps.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-FileCopyrightText: 2023 Siddharth Mishra <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#ifndef PIC16F_MEMMAPS_H_
#define PIC16F_MEMMAPS_H_

#include "pic16f882.h"
#include "pic16f883_4.h"
#include "pic16f886_7.h"

#endif // PIC16F_MEMMAPS_H_
Loading

0 comments on commit 91654fb

Please sign in to comment.