Skip to content

Commit

Permalink
Remove noneexistant include
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 24, 2024
1 parent f8fe635 commit 8160b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ typedef enum {
#define LED3 PORTE_6

#define BUTTON1 PORTE_2
#define BUTTON2 PORTE_2
#define BUTTON2 PORTE_7

SERIAL_TX = PORTC_10,
SERIAL_RX = PORTC_11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include "mxc_assert.h"
#include "mxc_sys.h"
#include "mxc_delay.h"
#include "aes.h"
#include "flc.h"
#include "gcr_regs.h"
#include "fcr_regs.h"
Expand Down

0 comments on commit 8160b01

Please sign in to comment.