File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ You can view more information about the configurable settings and functions in t
19
19
20
20
Partition a heap backed block device into two partitions. This example also uses the [ HeapBlockDevice] ( heapblockdevice.html ) .
21
21
22
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ MBRBlockDevice_ex_1/ )] ( https://os.mbed. com/teams/mbed_example/code/MBRBlockDevice_ex_1/file/daa62d7aa9f9 /main.cpp )
22
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/MBRBlockDevice/ MBRBlockDevice_ex_1/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/MBRBlockDevice/MBRBlockDevice_ex_1 /main.cpp )
23
23
24
24
Partition an SD card, and format the new partition with a FAT filesystem. A PC will now be able to recognize the SD card.
25
25
26
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/ MBRBlockDevice_ex_2/ )] ( https://os.mbed. com/teams/mbed_example/code/MBRBlockDevice_ex_2/file/a48b7099a59c /main.cpp )
26
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/MBRBlockDevice/ MBRBlockDevice_ex_2/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/blockdevices/MBRBlockDevice/MBRBlockDevice_ex_2 /main.cpp )
27
27
28
28
### Related content
29
29
You can’t perform that action at this time.
0 commit comments