Skip to content

Commit

Permalink
GD32F205: Remove unneeded include which caused build error
Browse files Browse the repository at this point in the history
The ZuluSCSI_disk include doesn't appear to be needed here.
It caused a dependency loop in platformio, leading to build error.
  • Loading branch information
PetteriAimonen committed Nov 1, 2024
1 parent 95364e7 commit 5b6ae62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ZuluSCSI_platform_GD32F205/scsi_accel_dma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "scsi_accel_dma.h"
#include <ZuluSCSI_log.h>
#include <ZuluSCSI_disk.h>
#include <scsi2sd.h>
#include <gd32f20x_timer.h>
#include <gd32f20x_rcu.h>
Expand Down Expand Up @@ -704,4 +703,4 @@ static void greenpak_stop_dma()
exti_interrupt_disable(GREENPAK_PLD_IO2_EXTI);
}

#endif
#endif

0 comments on commit 5b6ae62

Please sign in to comment.