mirror of https://github.com/ARMmbed/mbed-os.git
Update HeapBlockDevice example in header file to compile
parent
df88a9dcc2
commit
37b3b40e2a
|
@ -39,8 +39,8 @@
|
|||
*
|
||||
* int main() {
|
||||
* bd.init();
|
||||
* bd.program(block, 0);
|
||||
* bd.read(block, 0);
|
||||
* bd.program(block, 0, bd.get_program_size());
|
||||
* bd.read(block, 0, bd.get_read_size());
|
||||
* printf("%s", block);
|
||||
* bd.deinit();
|
||||
* }
|
||||
|
|
Loading…
Reference in New Issue