Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added position information dumping to file.
  • Loading branch information
mitar committed Sep 21, 2010
1 parent e76577e commit 0c64077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NXT.hs
Expand Up @@ -601,7 +601,7 @@ shutdown :: NXT ()
shutdown = do
when debug $ liftIO . hPutStrLn stderr $ "shutdown"
mid <- getModuleID "IOCtrl.mod"
writeIOMap (fromJust mid) 0 [0x5A, 0x00]
writeIOMap (fromJust mid) 0 [0x00, 0x5A]

-- Opens a file for writing a linked list of flash sectors
openWrite :: FileName -> FileSize -> NXT FileHandle
Expand Down

0 comments on commit 0c64077

Please sign in to comment.