Skip to content

Commit bfa3f50

Browse files
committed
Restored target.h for default test
1 parent 503b008 commit bfa3f50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/target.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define WOLFBOOT_PARTITION_SIZE 0x20000
1111

1212
#define WOLFBOOT_PARTITION_BOOT_ADDRESS 0x20000
13-
#define WOLFBOOT_PARTITION_UPDATE_ADDRESS 0x0
14-
#define WOLFBOOT_PARTITION_SWAP_ADDRESS 0x20000
13+
#define WOLFBOOT_PARTITION_UPDATE_ADDRESS 0x40000
14+
#define WOLFBOOT_PARTITION_SWAP_ADDRESS 0x60000
1515

1616
#endif

0 commit comments

Comments
 (0)