Open RossComputerGuy opened 7 years ago
Bytes have 8 bits, so they can only host values up to 255.
El 19/6/2017 4:16, "SpaceboyRoss01" notifications@github.com escribió:
I'm using fatfs to run a fat16 driver and I'm trying to format a drive, but I cannot write 512 into byte 11. Is there a workaround for this?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/runtimejs/runtime/issues/147, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgfvhxA2bRgjBMl5w3NU68dLHpe9Lqgks5sFdobgaJpZM4N9r_m .
I'm using fatfs to run a fat16 driver and I'm trying to format a drive, but I cannot write 512 into byte 11. Is there a workaround for this?