Skip to content

Commit

Permalink
Delete duplicate statements
Browse files Browse the repository at this point in the history
  • Loading branch information
oyama committed Jun 18, 2024
1 parent 0208bf3 commit d4172d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/multicore/fs_init.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <hardware/clocks.h>
#include <hardware/flash.h>
#include "blockdevice/flash.h"
#include "blockdevice/flash.h"
#include "blockdevice/sd.h"
#include "filesystem/fat.h"
#include "filesystem/littlefs.h"
Expand Down
3 changes: 0 additions & 3 deletions tests/multicore/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*
* NOTE: When operating Flash memory from core1, it must be run from RAM.
*/
#include <assert.h>
#include <pico/flash.h>
#include <pico/multicore.h>
Expand Down

0 comments on commit d4172d8

Please sign in to comment.