Commit 46955351 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana Committed by Grzegorz Daniluk

played around with data write vector

parent 2cfd1823
...@@ -251,7 +251,7 @@ int main(void) ...@@ -251,7 +251,7 @@ int main(void)
w(); w();
mprintf("flash init\n"); mprintf("flash init\n");
uint8_t d[4] = { 0xaa, 0xbb, 0xcc, 0xdd}; uint8_t d[4] = { 0x11, 0x22, 0x33, 0x44};
flash_init(); flash_init();
flash_read(256, 0x00, rdat); flash_read(256, 0x00, rdat);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment