diff --git a/RaspberryPi/Driver.go b/RaspberryPi/Driver.go index 7d98eb9..31b38f4 100644 --- a/RaspberryPi/Driver.go +++ b/RaspberryPi/Driver.go @@ -262,6 +262,7 @@ func main() { writeBlock(buffer) file.WriteAt(buffer, int64(block) * 512) + file.Sync() break case GetTimeCommand: /*