Skip to content

Commit 3509b5a

Browse files
Remove noneexistant include
1 parent d26d15c commit 3509b5a

File tree

2 files changed

+1
-2
lines changed
  • targets
    • TARGET_GigaDevice/TARGET_GD32F30X/TARGET_GD32F307VG
    • TARGET_Maxim/TARGET_MAX32670/Libraries/PeriphDrivers/Source/SYS

2 files changed

+1
-2
lines changed

targets/TARGET_GigaDevice/TARGET_GD32F30X/TARGET_GD32F307VG/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ typedef enum {
182182
#define LED3 PORTE_6
183183

184184
#define BUTTON1 PORTE_2
185-
#define BUTTON2 PORTE_2
185+
#define BUTTON2 PORTE_7
186186

187187
SERIAL_TX = PORTC_10,
188188
SERIAL_RX = PORTC_11,

targets/TARGET_Maxim/TARGET_MAX32670/Libraries/PeriphDrivers/Source/SYS/sys_me15.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#include "mxc_assert.h"
4545
#include "mxc_sys.h"
4646
#include "mxc_delay.h"
47-
#include "aes.h"
4847
#include "flc.h"
4948
#include "gcr_regs.h"
5049
#include "fcr_regs.h"

0 commit comments

Comments
 (0)